2018-11-25 08:20:27,598 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 08:20:27,604 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 08:20:27,605 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 08:20:27,606 - 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-11-25 08:20:27,624 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-25 08:20:35,767 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'id': u'5bc70709dab54fa798728ff999afcf9c', '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-11-25 08:20:36,387 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'afcafb56fd9e4782a8d64741ab1b6a85', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde'}) 2018-11-25 08:20:36,671 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:20:36,974 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/363d12c1b4d54b8dbbc830914ec90b49'}, 'domain_id': None, 'human_id': None, 'id': u'363d12c1b4d54b8dbbc830914ec90b49', 'HUMAN_ID': False}) 2018-11-25 08:20:37,664 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', 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': '9f9a6e8c-2845-4f95-b591-a0eda70dd9e6', 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_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'project_id': u'5bc70709dab54fa798728ff999afcf9c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:20:37,670 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'password': '9f9a6e8c-2845-4f95-b591-a0eda70dd9e6', 'project_name': 'connection_check-project_203e27a4-4921-42be-ad50-9dcfddfe1bde', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5bc70709dab54fa798728ff999afcf9c', 'project_domain_name': 'Default'} 2018-11-25 08:20:41,953 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:20:41,953 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-25 08:20:52,558 - 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.592s OK 2018-11-25 08:20:52,673 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:20:52,673 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-25 08:20:54,880 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-25 08:20:55,526 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', 'id': u'9b3bbac25fe5465591e37f96f5a8bedc', '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-11-25 08:20:56,082 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'37cefe782cb2485683238db40fa7d767', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e'}) 2018-11-25 08:20:56,242 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:20:56,476 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8157b14ad785481fa5d11c9ec79cacaf'}, 'domain_id': None, 'human_id': None, 'id': u'8157b14ad785481fa5d11c9ec79cacaf', 'HUMAN_ID': False}) 2018-11-25 08:20:57,138 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', 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': '4d1bb2b3-694d-48a9-8e28-685aea4d28d1', 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_f87d622f-2df4-411c-93af-a6daaf98f11e', 'project_id': u'9b3bbac25fe5465591e37f96f5a8bedc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:20:57,144 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_f87d622f-2df4-411c-93af-a6daaf98f11e', 'password': '4d1bb2b3-694d-48a9-8e28-685aea4d28d1', 'project_name': 'api_check-project_f87d622f-2df4-411c-93af-a6daaf98f11e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9b3bbac25fe5465591e37f96f5a8bedc', 'project_domain_name': 'Default'} 2018-11-25 08:21:00,439 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:21:00,439 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-25 08:33:38,304 - 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 757.749s OK 2018-11-25 08:33:38,429 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:33:38,430 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:38 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 08:33:40,310 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-25 08:33:40,945 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'id': u'0b93ee2412af47a38571a91dcde354e6', '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-11-25 08:33:41,383 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3cc855d4e6f64d6b83e3254b4417f6d5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2'}) 2018-11-25 08:33:41,549 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:33:41,734 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/18259ed2132c477c9b6238dad2f08b67'}, 'domain_id': None, 'human_id': None, 'id': u'18259ed2132c477c9b6238dad2f08b67', 'HUMAN_ID': False}) 2018-11-25 08:33:42,229 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', 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': 'cbb2ea19-ba83-4eaf-adc1-5d496d8d1a9e', 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_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'project_id': u'0b93ee2412af47a38571a91dcde354e6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:33:42,235 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'password': 'cbb2ea19-ba83-4eaf-adc1-5d496d8d1a9e', 'project_name': 'snaps_health_check-project_4bcda329-845f-4df0-b10c-fffde14ba7a2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '0b93ee2412af47a38571a91dcde354e6', 'project_domain_name': 'Default'} 2018-11-25 08:33:44,584 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 08:33:44,584 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-25 08:34:24,633 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 40.047s OK 2018-11-25 08:34:24,743 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:34:24,744 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:40 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-25 08:34:26,493 - 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:38 | PASS | | snaps_health_check | functest | healthcheck | 00:40 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-25 08:34:26,497 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 08:34:36,363 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 08:34:36,368 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 08:34:36,369 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 08:34:36,370 - 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-11-25 08:34:36,410 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-25 08:34:43,353 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'id': u'608c45dce889477ba814ee8a9f4ca9d0', '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-11-25 08:34:43,901 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f6d10314a1f445b7b812225230e85ed8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:44,062 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:34:44,227 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/69524a71787c45a1a9ed1e92dfecf5ab'}, 'domain_id': None, 'human_id': None, 'id': u'69524a71787c45a1a9ed1e92dfecf5ab', 'HUMAN_ID': False}) 2018-11-25 08:34:44,732 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 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': '6ded4618-9a33-4c0f-bfc6-d39f9b572c32', 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_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:34:44,737 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'password': '6ded4618-9a33-4c0f-bfc6-d39f9b572c32', 'project_name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '608c45dce889477ba814ee8a9f4ca9d0', 'project_domain_name': 'Default'} 2018-11-25 08:34:44,737 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-25 08:34:45,680 - 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-11-25T08:34:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f8fe9659-1518-4df2-b245-f5ee470b7b44', u'provider:segmentation_id': 47, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'admin_state_up': True, u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0'}) 2018-11-25 08:34:47,225 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T08:34:46Z', 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'ce2ebbc7-0b63-4680-b483-9029db682ca4', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'enable_dhcp': True, u'network_id': u'f8fe9659-1518-4df2-b245-f5ee470b7b44', u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0'}) 2018-11-25 08:34:48,444 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'created_at': u'2018-11-25T08:34:47Z', u'admin_state_up': True, u'updated_at': u'2018-11-25T08:34:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', u'id': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', u'name': u'vping_ssh-router_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:52,771 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/file', 'owner': u'608c45dce889477ba814ee8a9f4ca9d0', 'id': u'1f3b3ce4-7840-4df1-9714-598a5cad28e7', 'size': 12716032, u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:34:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-25T08:34:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'created': u'2018-11-25T08:34:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:34:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1f3b3ce4-7840-4df1-9714-598a5cad28e7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:34:52,955 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'89d30a06-b8be-418d-8bee-b18ff76f0243', 'swap': 0}) 2018-11-25 08:34:53,394 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoYFSK9LnaUoy70V5OhAhwIU2p18GUvsjCTNDAdTxnqsaU/oyIIKxktlWcQB/CrvtAkYnYYL9XgM5fWVUCxTZfnVAhTsBP1kW9jC3UbPj7wPTyy+hb20vbN75RGc2IqVxBaATEKJWzWrf8kfdw+oRwh+XzePVw6CIctUPatX26yGexsh7LfNoqXcn1BRJ3sbmRoC9ElLgDqFSeTtFmhvcP45jB9AMa2Ym6K3eL/yveTntUbaUzSJeeurheFe0XY/P7Ft5J38LtSDCmob909ewoD2pbONDjCDeNs0LtbkJGmxxf1soSvwDWoQODj/DDl6bgsL6ZudXYU8uaflLIEq65 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6GBUivS52lKMu9FeToQIcCFNqdfBlL7IwkzQwHU8Z6rGlP6M\niCCsZLZVnEAfwq77QJGJ2GC/V4DOX1lVAsU2X51QIU7AT9ZFvYwt1Gz4+8D08svo\nW9tL2ze+URnNiKlcQWgExCiVs1q3/JH3cPqEcIfl83j1cOgiHLVD2rV9ushnsbIe\ny3zaKl3J9QUSd7G5kaAvRJS4A6hUnk7RZob3D+OYwfQDGtmJuit3i/8r3k57VG2l\nM0iXnrq4XhXtF2Pz+xbeSd/C7UgwpqG/dPXsKA9qWzjQ4wg3jbNC7W5CRpscX9bK\nEr8A1qEDg4/ww5em4LC+mbnV2FPLmn5SyBKuuQIDAQABAoIBACXLPRTYlr22fWMy\nuzbj7IdoMzxzde2eVgKcAbu7lZZ6xQ+Ikwy027UJnsTp/QBp+z1WLmg93AD8VxRU\n8CmiL6S/bj/skgSqIe+hM/b/vkMb7/rpRSJjeWPvHgoMu0wF15Zft567xxVDpPb0\nOp1qcU3oHHNL8gdqCdpHdQDGUeulyySuO6bS8DZFdrtr/M5qrPGrXGOymxbTO9rZ\n6S4mn7ojisa19c2ERAe5sVgnnPb64cZ36+mLxUpHZXtbTSGoBa692J0k7qpCk/8x\nA5JTBMSEx1zE2Eaq/3BZ0FMNymYm4S20dbpoXLhBe5EVNN7NmiIXDlcrNWtFAu4A\nUv/fgd0CgYEA/xbJhQNkBS8ZBIDcVBsGrpsUW0Vqc6l4L0gBykWuBmLpsBJr9exZ\nBtBL7/yUYaiBNzhJkdqJhhZWgp1BhyLY+kYwQURXipeVzxYxLqI4ULG/t1IyGYU8\nYDT1S2yCNYWIYAIEUrdQ7iwMMRuG8VFwIo2boJaYBPXsZuj5WPEKyZ8CgYEA6TTH\nNW+muZ7uF8mksPNdaQ3ug31NyyzDf9srhePTAsQxxm5Uttom14CpAjhU4h36+g5p\nC0QAyJ18cvqrH/hPVRkWkTq3nFaIFJ5SSR+hN3cjiNLi58wBQMYonHs6KsbzYqXh\n8my+hxZRYryOrdXEQUy8xXqtRSP17lYIFg412KcCgYEAhDabXIXVYZp3rQ3dJPqd\nDAL1Ghlwg2JjGJ6Jzv0upcC+vrPNoTlPK2jq8whHIBbmYmiaOS67+PO7AxfeztwQ\n+idG+40gkoTe8Obftvv9lFWMuMexj+iu0m6gdOdY1cTQWnKxKu441DmgWBOcbZd4\nN3COKT3krS2Jyg0WsDK/FKECgYBk+CP0H+ZI4eXmSLjUoFnmPVDyf1MqT7RJbERY\n0P4waW+/oU9uZ99/WMZUHr2ptR9QGuMiLIxGT+FtCtkCm4kFqDocIRcUSmbavn2U\nCWzMzfmFqQDzKWG1gNZegf/6O29vW7ELPEf1xxTvsgH4g+BYAXiN7AKPN/Wn/nm7\nyuVHawKBgQDRFdGQzJdJaKLgyxrh1t2eG5DbBsXv7l7WISZrmnDKziI7pXJNcMAG\nh1LDA7ruhiLQArGASq6GN6M/ka5FXws/R/e8phyK1kPXU31sguyEz86Vvx8r9VMj\nw+PV7z9gqavv2lHLu3bFrDYzG0SbeRxyKrwYOiGulD1UFFKujfObUw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'name': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'created_at': '2018-11-25T08:34:53.394127', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3b:d5:de:8f:da:79:ca:9d:4c:45:c4:22:44:7b:d1:b4', 'type': 'ssh', 'id': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'}) 2018-11-25 08:34:53,394 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA6GBUivS52lKMu9FeToQIcCFNqdfBlL7IwkzQwHU8Z6rGlP6M iCCsZLZVnEAfwq77QJGJ2GC/V4DOX1lVAsU2X51QIU7AT9ZFvYwt1Gz4+8D08svo W9tL2ze+URnNiKlcQWgExCiVs1q3/JH3cPqEcIfl83j1cOgiHLVD2rV9ushnsbIe y3zaKl3J9QUSd7G5kaAvRJS4A6hUnk7RZob3D+OYwfQDGtmJuit3i/8r3k57VG2l M0iXnrq4XhXtF2Pz+xbeSd/C7UgwpqG/dPXsKA9qWzjQ4wg3jbNC7W5CRpscX9bK Er8A1qEDg4/ww5em4LC+mbnV2FPLmn5SyBKuuQIDAQABAoIBACXLPRTYlr22fWMy uzbj7IdoMzxzde2eVgKcAbu7lZZ6xQ+Ikwy027UJnsTp/QBp+z1WLmg93AD8VxRU 8CmiL6S/bj/skgSqIe+hM/b/vkMb7/rpRSJjeWPvHgoMu0wF15Zft567xxVDpPb0 Op1qcU3oHHNL8gdqCdpHdQDGUeulyySuO6bS8DZFdrtr/M5qrPGrXGOymxbTO9rZ 6S4mn7ojisa19c2ERAe5sVgnnPb64cZ36+mLxUpHZXtbTSGoBa692J0k7qpCk/8x A5JTBMSEx1zE2Eaq/3BZ0FMNymYm4S20dbpoXLhBe5EVNN7NmiIXDlcrNWtFAu4A Uv/fgd0CgYEA/xbJhQNkBS8ZBIDcVBsGrpsUW0Vqc6l4L0gBykWuBmLpsBJr9exZ BtBL7/yUYaiBNzhJkdqJhhZWgp1BhyLY+kYwQURXipeVzxYxLqI4ULG/t1IyGYU8 YDT1S2yCNYWIYAIEUrdQ7iwMMRuG8VFwIo2boJaYBPXsZuj5WPEKyZ8CgYEA6TTH NW+muZ7uF8mksPNdaQ3ug31NyyzDf9srhePTAsQxxm5Uttom14CpAjhU4h36+g5p C0QAyJ18cvqrH/hPVRkWkTq3nFaIFJ5SSR+hN3cjiNLi58wBQMYonHs6KsbzYqXh 8my+hxZRYryOrdXEQUy8xXqtRSP17lYIFg412KcCgYEAhDabXIXVYZp3rQ3dJPqd DAL1Ghlwg2JjGJ6Jzv0upcC+vrPNoTlPK2jq8whHIBbmYmiaOS67+PO7AxfeztwQ +idG+40gkoTe8Obftvv9lFWMuMexj+iu0m6gdOdY1cTQWnKxKu441DmgWBOcbZd4 N3COKT3krS2Jyg0WsDK/FKECgYBk+CP0H+ZI4eXmSLjUoFnmPVDyf1MqT7RJbERY 0P4waW+/oU9uZ99/WMZUHr2ptR9QGuMiLIxGT+FtCtkCm4kFqDocIRcUSmbavn2U CWzMzfmFqQDzKWG1gNZegf/6O29vW7ELPEf1xxTvsgH4g+BYAXiN7AKPN/Wn/nm7 yuVHawKBgQDRFdGQzJdJaKLgyxrh1t2eG5DbBsXv7l7WISZrmnDKziI7pXJNcMAG h1LDA7ruhiLQArGASq6GN6M/ka5FXws/R/e8phyK1kPXU31sguyEz86Vvx8r9VMj w+PV7z9gqavv2lHLu3bFrDYzG0SbeRxyKrwYOiGulD1UFFKujfObUw== -----END RSA PRIVATE KEY----- 2018-11-25 08:35:05,795 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8b:3d:3e', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1f3b3ce4-7840-4df1-9714-598a5cad28e7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:35:03.000000', 'flavor': Munch({u'id': u'89d30a06-b8be-418d-8bee-b18ff76f0243'}), 'az': u'nova', 'id': u'57be5d8e-b917-49d8-9b4c-11ed8dcc0a24', 'security_groups': [Munch({u'name': u'vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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-11-25T08:35:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:35:03Z', 'hostId': u'd249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'd249fb17f752973e384889d82deaf5c1f3cd5fd60f94dbc9dcb800d4', '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-11-25T08:35:03.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': u'vping_ssh-vm2_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'adminPass': u'6ymLpaxx5fKH', 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'region': 'regionOne', 'created': u'2018-11-25T08:34:57Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:35:16,634 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_acb97e3a-8051-42f5-85f6-ea044cfcfb4a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c4:68:7a', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1f3b3ce4-7840-4df1-9714-598a5cad28e7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:35:14.000000', 'flavor': Munch({u'id': u'89d30a06-b8be-418d-8bee-b18ff76f0243'}), 'az': u'nova', 'id': u'3da1793c-d7be-4965-8dd5-35148a49c720', 'security_groups': [Munch({u'name': u'vping_ssh-sg_acb97e3a-8051-42f5-85f6-ea044cfcfb4a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'f6d10314a1f445b7b812225230e85ed8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', '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-11-25T08:35:14.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:35:15Z', 'hostId': u'00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'00fc6ddbe613b311da100315f67c0c2e7d414f7f231c1458287f551c', '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-11-25T08:35:14.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': u'vping_ssh-vm_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'adminPass': u'oS5rsNSCDR3o', 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'region': 'regionOne', 'created': u'2018-11-25T08:35:08Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:35:18,570 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'created_at': u'2018-11-25T08:35:17Z', 'attached': True, 'updated_at': u'2018-11-25T08:35:17Z', 'id': u'8455a922-8d5a-4e01-bfa5-6271d3f7d848', 'floating_network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', 'fixed_ip_address': u'192.168.120.13', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'608c45dce889477ba814ee8a9f4ca9d0', 'name': 'vping_ssh-project_acb97e3a-8051-42f5-85f6-ea044cfcfb4a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'62d8d95b-9174-409d-a4f2-fc393cf108b9', 'project_id': u'608c45dce889477ba814ee8a9f4ca9d0', 'port_id': u'ce84d0f2-b83d-459f-98f8-68cf7184fb75', 'port': u'ce84d0f2-b83d-459f-98f8-68cf7184fb75', 'network': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4'}) 2018-11-25 08:35:19,648 - 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 509344208 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.908 MHz processor [ 0.167139] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.169351] pid_max: default: 32768 minimum: 301 [ 0.170552] ACPI: Core revision 20150930 [ 0.172192] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.173935] Security Framework initialized [ 0.175020] Yama: becoming mindful. [ 0.175978] AppArmor: AppArmor initialized [ 0.177100] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.178904] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.180636] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.182287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.184156] Initializing cgroup subsys io [ 0.185239] Initializing cgroup subsys memory [ 0.186402] Initializing cgroup subsys devices [ 0.187572] Initializing cgroup subsys freezer [ 0.188742] Initializing cgroup subsys net_cls [ 0.189918] Initializing cgroup subsys perf_event [ 0.191143] Initializing cgroup subsys net_prio [ 0.192324] Initializing cgroup subsys hugetlb [ 0.193477] Initializing cgroup subsys pids [ 0.194637] CPU: Physical Processor ID: 0 [ 0.196189] mce: CPU supports 10 MCE banks [ 0.197058] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.198084] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.209041] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.215359] ftrace: allocating 31920 entries in 125 pages [ 0.241316] smpboot: Max logical packages: 1 [ 0.242217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.243573] x2apic enabled [ 0.244395] Switched APIC routing to physical x2apic. [ 0.246163] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.247295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.249283] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.251095] KVM setup paravirtual spinlock [ 0.252360] x86: Booted up 1 node, 1 CPUs [ 0.253187] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.254581] devtmpfs: initialized [ 0.256286] evm: security.selinux [ 0.257005] evm: security.SMACK64 [ 0.257681] evm: security.SMACK64EXEC [ 0.258423] evm: security.SMACK64TRANSMUTE [ 0.259222] evm: security.SMACK64MMAP [ 0.260014] evm: security.ima [ 0.260640] evm: security.capability [ 0.261426] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.263246] pinctrl core: initialized pinctrl subsystem [ 0.264342] RTC time: 8:35:14, date: 11/25/18 [ 0.265302] NET: Registered protocol family 16 [ 0.266287] cpuidle: using governor ladder [ 0.267122] cpuidle: using governor menu [ 0.267920] PCCT header not found. [ 0.268697] ACPI: bus type PCI registered [ 0.269503] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270769] PCI: Using configuration type 1 for base access [ 0.272525] ACPI: Added _OSI(Module Device) [ 0.273388] ACPI: Added _OSI(Processor Device) [ 0.274266] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.275181] ACPI: Added _OSI(Processor Aggregator Device) [ 0.277259] ACPI: Interpreter enabled [ 0.278060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.279938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.281753] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.283593] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.285405] ACPI: (supports S0 S5) [ 0.286131] ACPI: Using IOAPIC for interrupt routing [ 0.287209] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.290338] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.291465] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.292716] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.293891] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.296108] acpiphp: Slot [3] registered [ 0.296915] acpiphp: Slot [4] registered [ 0.297740] acpiphp: Slot [5] registered [ 0.298539] acpiphp: Slot [6] registered [ 0.299352] acpiphp: Slot [7] registered [ 0.300155] acpiphp: Slot [8] registered [ 0.300989] acpiphp: Slot [9] registered [ 0.301775] acpiphp: Slot [10] registered [ 0.302603] acpiphp: Slot [11] registered [ 0.303435] acpiphp: Slot [12] registered [ 0.304241] acpiphp: Slot [13] registered [ 0.305040] acpiphp: Slot [14] registered [ 0.305837] acpiphp: Slot [15] registered [ 0.316565] acpiphp: Slot [16] registered [ 0.317428] acpiphp: Slot [17] registered [ 0.318264] acpiphp: Slot [18] registered [ 0.319090] acpiphp: Slot [19] registered [ 0.319904] acpiphp: Slot [20] registered [ 0.320729] acpiphp: Slot [21] registered [ 0.321545] acpiphp: Slot [22] registered [ 0.322363] acpiphp: Slot [23] registered [ 0.323180] acpiphp: Slot [24] registered [ 0.323999] acpiphp: Slot [25] registered [ 0.324818] acpiphp: Slot [26] registered [ 0.325641] acpiphp: Slot [27] registered [ 0.326475] acpiphp: Slot [28] registered [ 0.327297] acpiphp: Slot [29] registered [ 0.328123] acpiphp: Slot [30] registered [ 0.328955] acpiphp: Slot [31] registered [ 0.329769] PCI host bridge to bus 0000:00 [ 0.330586] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.333047] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334515] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335975] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342030] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343347] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.345820] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.352367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353831] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.399017] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.400499] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.401934] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.403337] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.404701] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.405936] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.407105] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.408142] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.409663] vgaarb: loaded [ 0.410251] vgaarb: bridge control possible 0000:00:02.0 [ 0.411376] SCSI subsystem initialized [ 0.412183] ACPI: bus type USB registered [ 0.412991] usbcore: registered new interface driver usbfs [ 0.413999] usbcore: registered new interface driver hub [ 0.414985] usbcore: registered new device driver usb [ 0.416026] PCI: Using ACPI for IRQ routing [ 0.417028] NetLabel: Initializing [ 0.417729] NetLabel: domain hash size = 128 [ 0.418569] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.419497] NetLabel: unlabeled traffic allowed by default [ 0.420573] clocksource: Switched to clocksource kvm-clock [ 0.426119] AppArmor: AppArmor Filesystem Enabled [ 0.427065] pnp: PnP ACPI init [ 0.427969] pnp: PnP ACPI: found 5 devices [ 0.434340] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.436004] NET: Registered protocol family 2 [ 0.436944] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.438215] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.439367] TCP: Hash tables configured (established 4096 bind 4096) [ 0.440499] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.441554] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.442702] NET: Registered protocol family 1 [ 0.443546] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.444620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.445671] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.459691] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.473903] Trying to unpack rootfs image as initramfs... [ 0.524435] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.538488] Scanning for low memory corruption every 60 seconds [ 0.539832] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.540970] audit: initializing netlink subsys (disabled) [ 0.541978] audit: type=2000 audit(1543134915.510:1): initialized [ 0.543257] Initialise system trusted keyring [ 0.544167] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.545329] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.547273] zbud: loaded [ 0.547966] VFS: Disk quotas dquot_6.6.0 [ 0.548780] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.550277] fuse init (API version 7.23) [ 0.551163] Key type big_key registered [ 0.552183] Allocating IMA MOK and blacklist keyrings. [ 0.553271] Key type asymmetric registered [ 0.554077] Asymmetric key parser 'x509' registered [ 0.555006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.556813] io scheduler noop registered [ 0.559033] io scheduler deadline registered (default) [ 0.560005] io scheduler cfq registered [ 0.560840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.561867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.563117] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.564529] ACPI: Power Button [PWRF] [ 0.565363] GHES: HEST is not enabled! [ 0.579078] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.607332] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.609615] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.633575] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.635653] Linux agpgart interface v0.103 [ 0.637641] brd: module loaded [ 0.638805] loop: module loaded [ 0.643725] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.645148] GPT:90111 != 2097151 [ 0.645809] GPT:Alternate GPT header not at the end of the disk. [ 0.646863] GPT:90111 != 2097151 [ 0.647513] GPT: Use GNU Parted to correct GPT errors. [ 0.648444] vda: vda1 vda15 [ 0.649810] scsi host0: ata_piix [ 0.650522] scsi host1: ata_piix [ 0.651209] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.652378] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.653787] libphy: Fixed MDIO Bus: probed [ 0.654576] tun: Universal TUN/TAP device driver, 1.6 [ 0.655492] tun: (C) 1999-2004 Max Krasnyansky [ 0.657555] PPP generic driver version 2.4.2 [ 0.658640] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.660130] ehci-pci: EHCI PCI platform driver [ 0.661180] ehci-platform: EHCI generic platform driver [ 0.662365] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.663729] ohci-pci: OHCI PCI platform driver [ 0.664773] ohci-platform: OHCI generic platform driver [ 0.665942] uhci_hcd: USB Universal Host Controller Interface driver [ 0.680463] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.681667] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.683367] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.684565] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.685882] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.687356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.689071] usb usb1: Product: UHCI Host Controller [ 0.690189] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.691637] usb usb1: SerialNumber: 0000:00:01.2 [ 0.692772] hub 1-0:1.0: USB hub found [ 0.693654] hub 1-0:1.0: 2 ports detected [ 0.694683] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.697023] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.698150] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.699322] mousedev: PS/2 mouse device common for all mice [ 0.700775] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.702871] rtc_cmos 00:00: RTC can wake from S4 [ 0.704098] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.705532] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.706949] i2c /dev entries driver [ 0.707817] device-mapper: uevent: version 1.0.3 [ 0.708923] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.710870] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712366] NET: Registered protocol family 10 [ 0.713525] NET: Registered protocol family 17 [ 0.714552] Key type dns_resolver registered [ 0.715631] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716937] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.719011] registered taskstats version 1 [ 0.719995] Loading compiled-in X.509 certificates [ 0.721598] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.723811] zswap: loaded using pool lzo/zbud [ 0.725342] Key type trusted registered [ 0.726985] Key type encrypted registered [ 0.727932] AppArmor: AppArmor sha1 policy hashing enabled [ 0.729143] ima: No TPM chip found, activating TPM-bypass! [ 0.730349] evm: HMAC attrs: 0x1 [ 0.731739] Magic number: 10:785:574 [ 0.732719] rtc_cmos 00:00: setting system clock to 2018-11-25 08:35:15 UTC (1543134915) [ 0.734583] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.735915] EDD information not available. [ 0.813494] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.815303] Write protecting the kernel read-only data: 14336k [ 0.826891] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.828937] 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.02 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.257374] 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.13... Lease of 192.168.120.13 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.27. iid=i-00000024 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 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 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.908 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKusHi17usfz33KA+LjdG14/adq7jMc+HzTNu4ASke5uFDPpY4ZuqdYtKY/JlRG1iion/QaR8+DHvcJ/FkQeXGdQ0hnSS6X34+JOPlj8CtYjPdpAyFjV0XeNSVrlTWLYus2QwQwQ8LLyORh6dpkvjy/Ada9yQhbI2EaQxRPV6cw2YioyHQpwdoduaxTIKIpjjIrJpQjo/pvQfHghKagXc6ucpkFlS2wPAdCh4tQggPUXZGZNwkQLoebt5D8j3huSoX5yDwxRSJ0EOo9qxOah0FRACoUeuGUcV1Q3JVqlsUcoam72R4QfhdpRdtnKZGT3ASb9oz9CzBROU/80JYkBH5 root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a ssh-dss AAAAB3NzaC1kc3MAAACBANuQNAazLU1qie53lLhropRZTMk4o3fC3E2jym6x2fObqwO6ITLfrs3Q6q/+mQyAMYUcpTjGq0ybiuSIN0DZ42SUau2l/GzYOkp6SJRNMpHqslagkttj/vs3BL3pZmuzjpFzMkEDD7h4vWXb/GzS8Zh9LIF/pFH/FI3TO1uyTRAzAAAAFQDjkM8S5YKp3Rrdg7ccXSyG3nxxBwAAAIBCkYYWUy6AwMm5p4J9gl7j7niVtK0+J0dBANYgz2wqmm23oDRJu9HBV+4wz/lfCITXG0Thj7y/HCw/MTe/SLRVwhWjszyn605krMcI+X+hWoAM9bTPHL1+Rx8S7Y0uSP3K5w9D6j7padDJ1k8It684BndhDaL5zkcfWIWXykDDRgAAAIEAogBnYIBqMQIHrDjkXSy7Q2bPndYYlLquOTxOzQuzuG3HzlHBqSgGfzp4+cb8O8YM5Ti+ikEToxpLSq8PHI0uhdsUzuEjFfzIJQ0QMqwWHED/9/fOuC2oDWBuYLe3/7OWTZ20BgdCT6sARVL/BI2hTNQdyJxtbo4Eukr0LVRswG8= root@vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.13,24,fe80::f816:3eff:fec4:687a/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.13 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000024 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a launch-index: 0 === cirros: current=0.4.0 uptime=3.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-acb97e3a-8051-42f5-85f6-ea044cfcfb4a login: 2018-11-25 08:35:34,126 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.11 (192.168.120.11): 56 data bytes --- 192.168.120.11 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss 2018-11-25 08:35:34,127 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-25 08:35:34,247 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:35:34,247 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:49 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-11-25 08:35:53,107 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-11-25 08:35:53,157 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-25 08:35:54,041 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'id': u'60dc6f237c8046f79a0f000f85ec3e23', '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-11-25 08:35:54,489 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9d86b842b1004979abc9c9bb4ee08f49', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b'}) 2018-11-25 08:35:54,649 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:35:54,846 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/5328e3d4ddcf4e9995c1714207762074'}, 'domain_id': None, 'human_id': None, 'id': u'5328e3d4ddcf4e9995c1714207762074', 'HUMAN_ID': False}) 2018-11-25 08:35:55,331 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 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': '004f1d9b-481a-4aac-8403-0dbffee1b6b4', 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_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:35:55,337 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'password': '004f1d9b-481a-4aac-8403-0dbffee1b6b4', 'project_name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '60dc6f237c8046f79a0f000f85ec3e23', 'project_domain_name': 'Default'} 2018-11-25 08:35:55,337 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-25 08:35:56,087 - 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-11-25T08:35:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'admin_state_up': True, u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23'}) 2018-11-25 08:35:57,375 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T08:35:57Z', 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'157423dd-5ed6-4aaa-9ccd-f1abe5e050a5', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'enable_dhcp': True, u'network_id': u'2dfaf3ba-ba3c-4577-8d8c-02a3a4e3fa88', u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23'}) 2018-11-25 08:35:58,479 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'created_at': u'2018-11-25T08:35:57Z', u'admin_state_up': True, u'updated_at': u'2018-11-25T08:35:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', u'id': u'4b59245d-891c-49d7-8c1e-6a4b9cc5a4cb', u'name': u'vping_userdata-router_c14f70c7-a069-499d-ad79-c6493bd81e9b'}) 2018-11-25 08:36:02,492 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap', u'metadata': Munch({})})], 'file': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382/file', 'owner': u'60dc6f237c8046f79a0f000f85ec3e23', 'id': u'94c9449c-aa9c-4956-af42-82abd3bc2382', 'size': 12716032, u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/94c9449c-aa9c-4956-af42-82abd3bc2382/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:36:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-25T08:36:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'created': u'2018-11-25T08:36:00Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:36:00Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/94c9449c-aa9c-4956-af42-82abd3bc2382', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_c14f70c7-a069-499d-ad79-c6493bd81e9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:36:02,701 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac', 'swap': 0}) 2018-11-25 08:36:14,385 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b6:0f:ae', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'94c9449c-aa9c-4956-af42-82abd3bc2382'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:36:10.000000', 'flavor': Munch({u'id': u'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac'}), 'az': u'nova', 'id': u'a4300291-856f-4e5d-acf5-dd154421d8d0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9d86b842b1004979abc9c9bb4ee08f49', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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-11-25T08:36:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:36:10Z', 'hostId': u'737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'737894cf91b12c935ead1b386e1c2f107e0d6c69d9767ef394281ac7', '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-11-25T08:36:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': u'vping_userdata-vm_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'adminPass': u'UDkKnn5mdJYr', 'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'region': 'regionOne', 'created': u'2018-11-25T08:36:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:36:24,866 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c14f70c7-a069-499d-ad79-c6493bd81e9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e3:50:ca', u'version': 4, u'addr': u'192.168.120.13', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'94c9449c-aa9c-4956-af42-82abd3bc2382'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-25T08:36:21.000000', 'flavor': Munch({u'id': u'56ac082c-be34-4ebe-9fc1-08b2ae99e2ac'}), 'az': u'nova', 'id': u'a2138c88-3f33-4563-8722-3f9f0d532909', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9d86b842b1004979abc9c9bb4ee08f49', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': 'vping_userdata-project_c14f70c7-a069-499d-ad79-c6493bd81e9b', '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-11-25T08:36:21.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-25T08:36:21Z', 'hostId': u'68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.13', 'cloud': 'envvars', 'host_id': u'68676fac6382a78bfaf6daed4be5f523a47281960944ad8e8d32fbb7', '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-11-25T08:36:21.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'name': u'vping_userdata-vm2_c14f70c7-a069-499d-ad79-c6493bd81e9b', 'adminPass': u'zDpHHesgT2xb', 'tenant_id': u'60dc6f237c8046f79a0f000f85ec3e23', 'region': 'regionOne', 'created': u'2018-11-25T08:36:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-25 08:36:24,866 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-25 08:36:27,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:27,498 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:36:29,959 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:32,862 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:35,204 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:37,799 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:40,936 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:43,724 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:46,208 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:48,962 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:51,851 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:54,489 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:54,491 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:36:57,108 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:36:59,743 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:02,365 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:05,178 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:07,829 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:10,429 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:13,039 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:15,693 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:18,563 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:21,205 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:21,207 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:37:23,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... 2018-11-25 08:37:26,351 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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-11-25 08:37:29,108 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 2018-11-25 08:37:31,684 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 2018-11-25 08:37:34,306 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 2018-11-25 08:37:37,208 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 2018-11-25 08:37:39,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 2018-11-25 08:37:42,410 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 2018-11-25 08:37:45,231 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 2018-11-25 08:37:47,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 2018-11-25 08:37:47,689 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:37:50,271 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 2018-11-25 08:37:52,865 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 2018-11-25 08:37:55,596 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 2018-11-25 08:37:58,187 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:00,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:03,595 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:06,205 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:08,826 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 2018-11-25 08:38:11,531 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:14,188 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:14,189 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:38:16,788 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:19,377 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:22,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:24,875 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:27,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:30,092 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:32,724 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:35,332 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:37,936 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:40,579 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:40,580 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:38:43,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:45,758 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:48,433 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:50,917 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:53,595 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:56,194 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:38:58,767 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:01,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:03,730 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:06,463 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:06,465 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:39:09,077 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:11,763 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:14,451 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:17,056 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:19,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:22,272 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:24,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:27,527 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:30,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:32,725 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:32,726 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:39:35,219 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:39:37,829 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 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-11-25 08:39:40,480 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 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-11-25 08:39:43,142 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 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-11-25 08:39:45,750 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] 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-11-25 08:39:48,241 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 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-11-25 08:39:50,830 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 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-11-25 08:39:53,133 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 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-11-25 08:39:55,745 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 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-11-25 08:39:58,231 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO 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-11-25 08:39:58,232 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:40:00,872 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 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-11-25 08:40:03,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 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-11-25 08:40:06,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 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-11-25 08:40:08,505 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO 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-11-25 08:40:11,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 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-11-25 08:40:13,798 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 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-11-25 08:40:16,461 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 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-11-25 08:40:19,163 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO 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-11-25 08:40:21,760 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:24,209 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:24,211 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:40:26,694 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:29,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:31,594 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:33,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:36,378 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:38,818 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:41,421 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:44,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:46,523 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:49,079 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:49,080 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:40:51,571 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:54,189 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:56,645 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:40:59,171 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:01,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:04,580 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:07,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:09,487 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:12,423 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:15,168 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:15,169 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:41:17,778 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:20,556 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:23,300 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:26,088 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:28,680 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:31,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:34,221 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:36,893 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:39,811 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:42,564 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:42,565 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:41:45,092 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:47,947 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:50,645 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:53,259 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:56,139 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:41:58,735 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:42:01,492 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:42:04,252 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:06,855 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:09,472 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 2018-11-25 08:42:09,473 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:42:12,274 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:14,888 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:17,548 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:20,264 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 2018-11-25 08:42:22,875 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:25,502 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:28,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:30,985 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 2018-11-25 08:42:33,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:36,072 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:36,073 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:42:38,864 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:41,311 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-11-25 08:42:44,128 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:46,744 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:49,439 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:52,152 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:54,684 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:57,119 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:42:59,731 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:02,337 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:02,338 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:04,923 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:07,609 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:10,063 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:12,481 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:15,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:17,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:20,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:22,785 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:25,397 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:28,187 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:28,188 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:30,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:33,241 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:36,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:38,626 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:41,091 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:43,586 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:46,203 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:48,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:51,255 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:53,865 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:53,866 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:43:56,184 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:43:58,930 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:01,512 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:04,126 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:06,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:09,191 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:11,792 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-11-25 08:44:14,426 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 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-11-25 08:44:17,021 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 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-11-25 08:44:19,607 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 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-11-25 08:44:19,609 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:44:22,388 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized 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-11-25 08:44:25,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 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-11-25 08:44:27,870 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 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-11-25 08:44:30,359 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 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-11-25 08:44:32,956 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO 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-11-25 08:44:35,566 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 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-11-25 08:44:38,185 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 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-11-25 08:44:40,815 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 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-11-25 08:44:43,405 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO 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-11-25 08:44:46,019 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 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-11-25 08:44:46,020 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.8. Waiting for response... 2018-11-25 08:44:48,512 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 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-11-25 08:44:51,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 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-11-25 08:44:53,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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 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-11-25 08:44:56,220 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 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-11-25 08:44:58,835 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:01,431 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:03,998 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:06,466 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:08,958 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:11,585 - 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 497576415 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.908 MHz processor [ 0.131402] Calibrating delay loop (skipped) preset value.. 6983.81 BogoMIPS (lpj=13967632) [ 0.133043] pid_max: default: 32768 minimum: 301 [ 0.133937] ACPI: Core revision 20150930 [ 0.135319] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136622] Security Framework initialized [ 0.137430] Yama: becoming mindful. [ 0.138153] AppArmor: AppArmor initialized [ 0.139016] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140336] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141605] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142810] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144185] Initializing cgroup subsys io [ 0.144988] Initializing cgroup subsys memory [ 0.145839] Initializing cgroup subsys devices [ 0.146711] Initializing cgroup subsys freezer [ 0.147576] Initializing cgroup subsys net_cls [ 0.148433] Initializing cgroup subsys perf_event [ 0.149396] Initializing cgroup subsys net_prio [ 0.150285] Initializing cgroup subsys hugetlb [ 0.151157] Initializing cgroup subsys pids [ 0.152021] CPU: Physical Processor ID: 0 [ 0.153499] mce: CPU supports 10 MCE banks [ 0.154347] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155348] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.165848] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.172253] ftrace: allocating 31920 entries in 125 pages [ 0.198353] smpboot: Max logical packages: 1 [ 0.199217] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200557] x2apic enabled [ 0.201357] Switched APIC routing to physical x2apic. [ 0.203107] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.204218] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.206188] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.207972] KVM setup paravirtual spinlock [ 0.209255] x86: Booted up 1 node, 1 CPUs [ 0.210062] smpboot: Total of 1 processors activated (6983.81 BogoMIPS) [ 0.211436] devtmpfs: initialized [ 0.213145] evm: security.selinux [ 0.213841] evm: security.SMACK64 [ 0.214523] evm: security.SMACK64EXEC [ 0.215260] evm: security.SMACK64TRANSMUTE [ 0.216059] evm: security.SMACK64MMAP [ 0.216802] evm: security.ima [ 0.217436] evm: security.capability [ 0.218235] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.220074] pinctrl core: initialized pinctrl subsystem [ 0.221183] RTC time: 8:36:21, date: 11/25/18 [ 0.222133] NET: Registered protocol family 16 [ 0.223091] cpuidle: using governor ladder [ 0.223901] cpuidle: using governor menu [ 0.224674] PCCT header not found. [ 0.225423] ACPI: bus type PCI registered [ 0.226219] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.227445] PCI: Using configuration type 1 for base access [ 0.229187] ACPI: Added _OSI(Module Device) [ 0.230029] ACPI: Added _OSI(Processor Device) [ 0.230884] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.231776] ACPI: Added _OSI(Processor Aggregator Device) [ 0.233902] ACPI: Interpreter enabled [ 0.234667] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.236501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.238323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.240177] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.242004] ACPI: (supports S0 S5) [ 0.242700] ACPI: Using IOAPIC for interrupt routing [ 0.243765] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.246844] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.247980] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.249208] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.250396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.252614] acpiphp: Slot [3] registered [ 0.253411] acpiphp: Slot [4] registered [ 0.254217] acpiphp: Slot [5] registered [ 0.255009] acpiphp: Slot [6] registered [ 0.255803] acpiphp: Slot [7] registered [ 0.256597] acpiphp: Slot [8] registered [ 0.257394] acpiphp: Slot [9] registered [ 0.258185] acpiphp: Slot [10] registered [ 0.258987] acpiphp: Slot [11] registered [ 0.259805] acpiphp: Slot [12] registered [ 0.260613] acpiphp: Slot [13] registered [ 0.261420] acpiphp: Slot [14] registered [ 0.262225] acpiphp: Slot [15] registered [ 0.273127] acpiphp: Slot [16] registered [ 0.273934] acpiphp: Slot [17] registered [ 0.274735] acpiphp: Slot [18] registered [ 0.275536] acpiphp: Slot [19] registered [ 0.276342] acpiphp: Slot [20] registered [ 0.277154] acpiphp: Slot [21] registered [ 0.277961] acpiphp: Slot [22] registered [ 0.278770] acpiphp: Slot [23] registered [ 0.279574] acpiphp: Slot [24] registered [ 0.280379] acpiphp: Slot [25] registered [ 0.281192] acpiphp: Slot [26] registered [ 0.281995] acpiphp: Slot [27] registered [ 0.282801] acpiphp: Slot [28] registered [ 0.283604] acpiphp: Slot [29] registered [ 0.284409] acpiphp: Slot [30] registered [ 0.285223] acpiphp: Slot [31] registered [ 0.286026] PCI host bridge to bus 0000:00 [ 0.286829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.288030] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.289240] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.290680] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.292118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.298474] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.299748] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.300913] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.302175] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.309358] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.310781] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.359512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360991] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.362456] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363861] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.365264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.366986] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368164] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369221] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370776] vgaarb: loaded [ 0.371375] vgaarb: bridge control possible 0000:00:02.0 [ 0.372505] SCSI subsystem initialized [ 0.373337] ACPI: bus type USB registered [ 0.374161] usbcore: registered new interface driver usbfs [ 0.375200] usbcore: registered new interface driver hub [ 0.376213] usbcore: registered new device driver usb [ 0.377270] PCI: Using ACPI for IRQ routing [ 0.378296] NetLabel: Initializing [ 0.379017] NetLabel: domain hash size = 128 [ 0.379878] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380838] NetLabel: unlabeled traffic allowed by default [ 0.381938] clocksource: Switched to clocksource kvm-clock [ 0.387338] AppArmor: AppArmor Filesystem Enabled [ 0.388328] pnp: PnP ACPI init [ 0.389241] pnp: PnP ACPI: found 5 devices [ 0.395625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397350] NET: Registered protocol family 2 [ 0.398312] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399597] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400776] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401945] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403026] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404208] NET: Registered protocol family 1 [ 0.405079] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406184] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407292] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421302] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435534] Trying to unpack rootfs image as initramfs... [ 0.484909] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.499363] Scanning for low memory corruption every 60 seconds [ 0.500911] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.502311] audit: initializing netlink subsys (disabled) [ 0.503545] audit: type=2000 audit(1543134982.382:1): initialized [ 0.505107] Initialise system trusted keyring [ 0.506219] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.507642] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.509814] zbud: loaded [ 0.510602] VFS: Disk quotas dquot_6.6.0 [ 0.511555] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513290] fuse init (API version 7.23) [ 0.514325] Key type big_key registered [ 0.515271] Allocating IMA MOK and blacklist keyrings. [ 0.516915] Key type asymmetric registered [ 0.517891] Asymmetric key parser 'x509' registered [ 0.519026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520735] io scheduler noop registered [ 0.521658] io scheduler deadline registered (default) [ 0.522876] io scheduler cfq registered [ 0.523849] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.525084] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526574] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.528314] ACPI: Power Button [PWRF] [ 0.529309] GHES: HEST is not enabled! [ 0.543075] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.572985] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.576818] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604347] Linux agpgart interface v0.103 [ 0.607873] brd: module loaded [ 0.609903] loop: module loaded [ 0.616293] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.618355] GPT:90111 != 2097151 [ 0.619328] GPT:Alternate GPT header not at the end of the disk. [ 0.620978] GPT:90111 != 2097151 [ 0.621850] GPT: Use GNU Parted to correct GPT errors. [ 0.623287] vda: vda1 vda15 [ 0.625153] scsi host0: ata_piix [ 0.626170] scsi host1: ata_piix [ 0.627148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.628896] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.631103] libphy: Fixed MDIO Bus: probed [ 0.632269] tun: Universal TUN/TAP device driver, 1.6 [ 0.633642] tun: (C) 1999-2004 Max Krasnyansky [ 0.636489] PPP generic driver version 2.4.2 [ 0.637701] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639392] ehci-pci: EHCI PCI platform driver [ 0.640596] ehci-platform: EHCI generic platform driver [ 0.642033] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.643425] ohci-pci: OHCI PCI platform driver [ 0.644482] ohci-platform: OHCI generic platform driver [ 0.645956] uhci_hcd: USB Universal Host Controller Interface driver [ 0.661123] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662383] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.664147] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.665374] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.666734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.668486] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.670551] usb usb1: Product: UHCI Host Controller [ 0.672010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.673678] usb usb1: SerialNumber: 0000:00:01.2 [ 0.675035] hub 1-0:1.0: USB hub found [ 0.676117] hub 1-0:1.0: 2 ports detected [ 0.677367] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.680162] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.681531] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.683003] mousedev: PS/2 mouse device common for all mice [ 0.684900] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.687516] rtc_cmos 00:00: RTC can wake from S4 [ 0.689259] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.690982] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.692719] i2c /dev entries driver [ 0.693789] device-mapper: uevent: version 1.0.3 [ 0.695116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697439] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699243] NET: Registered protocol family 10 [ 0.700630] NET: Registered protocol family 17 [ 0.701913] Key type dns_resolver registered [ 0.703211] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704813] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.707321] registered taskstats version 1 [ 0.708506] Loading compiled-in X.509 certificates [ 0.710375] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.713080] zswap: loaded using pool lzo/zbud [ 0.714859] Key type trusted registered [ 0.717171] Key type encrypted registered [ 0.718350] AppArmor: AppArmor sha1 policy hashing enabled [ 0.719846] ima: No TPM chip found, activating TPM-bypass! [ 0.721342] evm: HMAC attrs: 0x1 [ 0.722905] Magic number: 10:338:625 [ 0.724107] rtc_cmos 00:00: setting system clock to 2018-11-25 08:36:22 UTC (1543134982) [ 0.726421] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.728037] EDD information not available. [ 0.787047] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.789233] Write protecting the kernel read-only data: 14336k [ 0.801782] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.804278] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module 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.23 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.468471] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending discover... Sending select for 192.168.120.13... Lease of 192.168.120.13 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 61.43. iid=i-0000002a 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 2.67s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO [ 340.576049] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO vPing KO 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-11-25 08:45:11,587 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-11-25 08:45:11,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 08:45:11,710 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 09:16 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-11-25 08:45:27,392 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-11-25 08:45:27,428 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-25 08:45:28,322 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'id': u'06882094817843d3944ef28fdc4bb190', '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-11-25 08:45:28,779 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08104dcfbe2d470ca199cb53462a7485', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319'}) 2018-11-25 08:45:28,933 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 08:45:29,114 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/e744cb21a0a54f98b2f8dcaceff456a4'}, 'domain_id': None, 'human_id': None, 'id': u'e744cb21a0a54f98b2f8dcaceff456a4', 'HUMAN_ID': False}) 2018-11-25 08:45:29,647 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 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': '69bd9465-c58f-4f08-bc2e-2c927b0adca0', 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_ddbc3a01-e0c0-4d86-9702-068da9892319', 'project_id': u'06882094817843d3944ef28fdc4bb190', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 08:45:29,651 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_ddbc3a01-e0c0-4d86-9702-068da9892319', 'password': '69bd9465-c58f-4f08-bc2e-2c927b0adca0', 'project_name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '06882094817843d3944ef28fdc4bb190', 'project_domain_name': 'Default'} 2018-11-25 08:45:30,725 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 08:45:48,236 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 08:45:47.851 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | 2018-11-25T08:45:47 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 ~/.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-11-25 08:45:51,629 - 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-11-25 08:45:51,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 08:46:01,071 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 08:45:55.865 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 08:45:56.090 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 08:46:00.838 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) as the default verifier for the future CLI operations. 2018-11-25 08:46:04,185 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-25 08:46:06,234 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/file', 'owner': u'06882094817843d3944ef28fdc4bb190', 'id': u'931f72ba-80fd-4c2e-a7e8-2eb19181341a', 'size': 12716032, u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06882094817843d3944ef28fdc4bb190', 'name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:46:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T08:46:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', 'created': u'2018-11-25T08:46:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:46:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/931f72ba-80fd-4c2e-a7e8-2eb19181341a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:46:06,473 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'78ba6629-bd33-4eee-afbf-dd43c3e5c881', 'swap': 0}) 2018-11-25 08:46:08,535 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/file', 'owner': u'06882094817843d3944ef28fdc4bb190', 'id': u'09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', 'size': 12716032, u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06882094817843d3944ef28fdc4bb190', 'name': 'tempest_smoke_seri-project_ddbc3a01-e0c0-4d86-9702-068da9892319', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T08:46:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T08:46:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', 'created': u'2018-11-25T08:46:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T08:46:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/09f730b5-d4b3-4a91-a40c-8ce4756e7ff7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 08:46:08,590 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'979d2f78-37f1-441d-9a1c-64f096bf9faf', 'swap': 0}) 2018-11-25 08:46:08,613 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_ddbc3a01-e0c0-4d86-9702-068da9892319', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'979d2f78-37f1-441d-9a1c-64f096bf9faf', 'swap': 0}) 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 08:46:10.838 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1). 2018-11-25 08:46:11.945 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 08:46:11.946 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) has been successfully configured for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1)! 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 08:46:12,126 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 08:46:12,128 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 08:46:12,144 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 08:46:19,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0c8031d7-0819-4557-bd0a-a96c4bd8c71c/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-25 08:46:19,481 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 08:46:19,587 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 08:46:19,587 - 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-11-25 08:46:21,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:21.898 51 INFO rally.api [-] Starting verification (UUID=638b6cc2-4ebe-455b-bf13-105beaa1d649) for deployment 'opnfv-rally' (UUID=2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) by verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 08:46:21,899 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 638b6cc2-4ebe-455b-bf13-105beaa1d649 2018-11-25 08:46:29,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:29.165 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.166s] 2018-11-25 08:46:29,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:29.216 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.051s] 2018-11-25 08:46:36,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:36.232 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.561s] 2018-11-25 08:46:39,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:39.270 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.037s] 2018-11-25 08:46:51,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:46:51.705 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.235s] 2018-11-25 08:47:08,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:08.360 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.837s] 2018-11-25 08:47:42,395 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:42.394 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.065s] 2018-11-25 08:47:42,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:47:42.395 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-25 08:48:17,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:17.051 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-11-25 08:48:17,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:17.053 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-25 08:48:48,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:48.196 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.062s] 2018-11-25 08:48:48,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:48:48.198 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-25 08:50:31,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:31.418 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [70.953s] 2018-11-25 08:50:54,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:54.493 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-11-25 08:50:54,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:50:54.593 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.100s] 2018-11-25 08:51:02,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:02.819 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.725s] 2018-11-25 08:51:02,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:02.826 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2018-11-25 08:51:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:04.160 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 08:51:04,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:04.161 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 08:51:08,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:08.330 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.316s] 2018-11-25 08:51:15,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:15.314 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.413s] 2018-11-25 08:51:22,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:22.268 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.536s] 2018-11-25 08:51:29,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:29.668 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.388s] 2018-11-25 08:51:39,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:39.062 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.752s] 2018-11-25 08:51:45,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:45.802 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.693s] 2018-11-25 08:51:52,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:51:52.321 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.175s] 2018-11-25 08:52:00,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:00.476 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.396s] 2018-11-25 08:52:08,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:08.258 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.759s] 2018-11-25 08:52:17,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:17.273 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.778s] 2018-11-25 08:52:20,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:20.155 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-25 08:52:22,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.155 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2018-11-25 08:52:22,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.234 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.078s] 2018-11-25 08:52:22,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.312 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.077s] 2018-11-25 08:52:22,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:22.319 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-25 08:52:26,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:26.411 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.805s] 2018-11-25 08:52:28,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:28.997 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.586s] 2018-11-25 08:52:31,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:31.152 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.155s] 2018-11-25 08:52:37,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:37.101 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-25 08:52:44,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:44.390 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.934s] 2018-11-25 08:52:57,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:52:57.184 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.548s] 2018-11-25 08:53:00,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:00.437 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.252s] 2018-11-25 08:53:11,165 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:11.165 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.871s] 2018-11-25 08:53:14,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:14.664 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.498s] 2018-11-25 08:53:24,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:24.526 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.861s] 2018-11-25 08:53:33,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:33.931 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.240s] 2018-11-25 08:53:37,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:37.577 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.644s] 2018-11-25 08:53:44,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:53:44.419 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.842s] 2018-11-25 08:54:00,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.004 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.353s] 2018-11-25 08:54:00,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.440 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.435s] 2018-11-25 08:54:00,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.606 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.165s] 2018-11-25 08:54:00,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:00.808 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.202s] 2018-11-25 08:54:01,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:01.041 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.232s] 2018-11-25 08:54:01,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:01.244 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.203s] 2018-11-25 08:54:15,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.409 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.179s] 2018-11-25 08:54:15,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.695 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.285s] 2018-11-25 08:54:15,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:15.971 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.275s] 2018-11-25 08:54:16,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.175 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.204s] 2018-11-25 08:54:16,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.425 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.249s] 2018-11-25 08:54:16,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:16.621 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.195s] 2018-11-25 08:54:30,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:30.025 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.897s] 2018-11-25 08:54:36,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:36.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.531s] 2018-11-25 08:54:38,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.319 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.761s] 2018-11-25 08:54:38,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.535 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.216s] 2018-11-25 08:54:38,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:38.735 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.199s] 2018-11-25 08:54:51,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:51.135 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.097s] 2018-11-25 08:54:57,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:57.912 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.774s] 2018-11-25 08:54:59,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:59.857 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.946s] 2018-11-25 08:54:59,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:54:59.912 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.055s] 2018-11-25 08:55:00,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:00.006 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.094s] 2018-11-25 08:55:15,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:15.521 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.267s] 2018-11-25 08:55:20,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:20.937 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.415s] 2018-11-25 08:55:25,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:25.425 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.487s] 2018-11-25 08:55:28,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:28.423 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.997s] 2018-11-25 08:55:53,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:53.450 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.734s] 2018-11-25 08:55:58,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:55:58.797 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.346s] 2018-11-25 08:56:03,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:03.327 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.529s] 2018-11-25 08:56:06,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:06.138 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.809s] 2018-11-25 08:56:22,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:22.690 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.560s] 2018-11-25 08:56:24,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:24.985 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.293s] 2018-11-25 08:56:25,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:25.067 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.085s] 2018-11-25 08:56:29,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:29.558 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.496s] 2018-11-25 08:56:32,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:32.156 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.596s] 2018-11-25 08:56:32,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:32.352 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.199s] 2018-11-25 08:56:36,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:36.734 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.261s] 2018-11-25 08:56:40,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:40.059 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.004s] 2018-11-25 08:56:41,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.437 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-25 08:56:41,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.440 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-25 08:56:41,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.441 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-25 08:56:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.441 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 08:56:41,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:41.442 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-25 08:56:43,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:43.290 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2018-11-25 08:56:59,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:56:59.474 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.195s] 2018-11-25 08:57:12,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:12.853 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.102s] 2018-11-25 08:57:25,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:25.367 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.513s] 2018-11-25 08:57:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:57:34.788 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-11-25 08:58:38,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:58:38.096 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [56.510s] 2018-11-25 08:59:13,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:59:13.043 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.737s] 2018-11-25 08:59:57,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 08:59:57.331 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.870s] 2018-11-25 09:00:13,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 638b6cc2-4ebe-455b-bf13-105beaa1d649 2018-11-25 09:00:13,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '638b6cc2-4ebe-455b-bf13-105beaa1d649']'. 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:00:14,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 638b6cc2-4ebe-455b-bf13-105beaa1d649 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 08:46:21 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:00:12 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:13:51 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:00:14,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0c8031d7-0819-4557-bd0a-a96c4bd8c71c) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1) | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 810.223 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-25 09:00:14,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:00:14,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:00:14,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-25 09:00:14,296 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:00:14,297 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:10 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-25 09:00:19,066 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-25 09:00:19,950 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'id': u'1502c2a46ebb471da4c8dbfd655b258b', '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-11-25 09:00:20,472 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b7d64c68271f4de699dfbccd489f6007', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621'}) 2018-11-25 09:00:20,634 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:00:20,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/3d68a5d1513e4d748bf2bf688537d52e'}, 'domain_id': None, 'human_id': None, 'id': u'3d68a5d1513e4d748bf2bf688537d52e', 'HUMAN_ID': False}) 2018-11-25 09:00:21,354 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 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': 'ac191013-89d9-4168-9948-ecd32b4e8cce', 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_e5697f3a-650e-4b61-8c2e-412669bd7621', 'project_id': u'1502c2a46ebb471da4c8dbfd655b258b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:00:21,359 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_e5697f3a-650e-4b61-8c2e-412669bd7621', 'password': 'ac191013-89d9-4168-9948-ecd32b4e8cce', 'project_name': 'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1502c2a46ebb471da4c8dbfd655b258b', 'project_domain_name': 'Default'} 2018-11-25 09:00:22,037 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-25 09:00:22,388 - 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-11-25 09:00:23,339 - 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-11-25T09:00:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', u'provider:segmentation_id': 80, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_e5697f3a-650e-4b61-8c2e-412669bd7621', u'admin_state_up': True, u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1502c2a46ebb471da4c8dbfd655b258b'}) 2018-11-25 09:00:24,586 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-25T09:00: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'9ffa3b04-6d61-41e6-8a7b-f911256969bf', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_e5697f3a-650e-4b61-8c2e-412669bd7621', u'enable_dhcp': True, u'network_id': u'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00: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'1502c2a46ebb471da4c8dbfd655b258b'}) 2018-11-25 09:00:25,832 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5c9b0ac2-19de-49fd-9d11-79e1dddc84a4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'19bb42e4-afc4-4c16-8adb-bc9a80c06c22', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'created_at': u'2018-11-25T09:00:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-11-25T09:00:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'1502c2a46ebb471da4c8dbfd655b258b', u'id': u'6549c390-2a8b-4125-99ba-fa7daebf4a1d', u'name': u'rally_sanity-router_e5697f3a-650e-4b61-8c2e-412669bd7621'}) 2018-11-25 09:00:29,972 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap', u'metadata': Munch({})})], 'file': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/file', 'owner': u'1502c2a46ebb471da4c8dbfd655b258b', 'id': u'35a6b3c5-28cb-44d5-a476-11f2342b7024', 'size': 12716032, u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1502c2a46ebb471da4c8dbfd655b258b', 'name': 'rally_sanity-project_e5697f3a-650e-4b61-8c2e-412669bd7621', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/35a6b3c5-28cb-44d5-a476-11f2342b7024/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:00:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:00:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'created': u'2018-11-25T09:00:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:00:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/35a6b3c5-28cb-44d5-a476-11f2342b7024', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:00:30,186 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'c798ebc8-c78d-4585-8f5c-572d3d0a8103', 'swap': 0}) 2018-11-25 09:00:30,208 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:00:33,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:00:32.497 119 INFO rally.deployment.engine [-] Deployment 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:00:32.607 119 INFO rally.deployment.engine [-] Deployment 2c2d1f9a-c9b1-453e-81b3-7b8f1750b1b1 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:00:32.649 119 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c) for deployment 'opnfv-rally'. 2018-11-25 09:00:32.665 119 INFO rally.api [-] Deleting verification (UUID=638b6cc2-4ebe-455b-bf13-105beaa1d649). 2018-11-25 09:00:32.720 119 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 09:00:32.721 119 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:00:32.729 119 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:00:35,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:00:35.223 122 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=bc3d6b12-2854-43b8-a76f-a85c79453659) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | bc3d6b12-2854-43b8-a76f-a85c79453659 | 2018-11-25T09:00:35 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: bc3d6b12-2854-43b8-a76f-a85c79453659 ~/.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-11-25 09:00:39,007 - 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-11-25 09:00:39,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-25 09:00:39,288 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'85dfd986-b089-479c-bbb5-9131ca80f97e', 'swap': 0}) 2018-11-25 09:00:39,311 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_e5697f3a-650e-4b61-8c2e-412669bd7621', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'85dfd986-b089-479c-bbb5-9131ca80f97e', 'swap': 0}) 2018-11-25 09:00:39,311 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-25 09:00:39,321 - 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-11-25 09:00:39,322 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:00:39,352 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:00:39,364 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:01:41,946 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2354bce1-9e9f-40be-9a1c-350b219e73c6 2018-11-25 09:01:41,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-25 09:01:41,948 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6'] 2018-11-25 09:01:43,070 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 -------------------------------------------------------------------------------- Task 2354bce1-9e9f-40be-9a1c-350b219e73c6: 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | total | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> duration | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 0.468 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.46813 Full duration: 7.475967 -------------------------------------------------------------------------------- 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | total | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> duration | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 1.283 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.282741 Full duration: 8.337679 -------------------------------------------------------------------------------- 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.508 | 0.508 | 0.508 | 0.508 | 0.508 | 0.508 | 100.0% | 1 | | total | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> duration | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 1.039 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.038632 Full duration: 7.905287 -------------------------------------------------------------------------------- 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.382 | 0.382 | 0.382 | 0.382 | 0.382 | 0.382 | 100.0% | 1 | | total | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> duration | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 0.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.954725 Full duration: 7.845827 -------------------------------------------------------------------------------- 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> duration | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 0.929 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.928981 Full duration: 7.986172 -------------------------------------------------------------------------------- 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 2354bce1-9e9f-40be-9a1c-350b219e73c6 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.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> duration | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 0.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.772091 Full duration: 7.596611 HINTS: * To plot HTML graphics with this data, run: rally task report 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out output.html * To generate a JUnit report, run: rally task export 2354bce1-9e9f-40be-9a1c-350b219e73c6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2354bce1-9e9f-40be-9a1c-350b219e73c6 --json --out output.json 2018-11-25 09:01:43,071 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-25 09:01:45,387 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-25 09:01:45.272 730 INFO rally.api [-] Building 'json' report for the following task(s): '2354bce1-9e9f-40be-9a1c-350b219e73c6'. 2018-11-25 09:01:45.277 730 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:01:45,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2354bce1-9e9f-40be-9a1c-350b219e73c6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-25 09:01:47,634 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2354bce1-9e9f-40be-9a1c-350b219e73c6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-25 09:01:47.489 733 INFO rally.api [-] Building 'html' report for the following task(s): '2354bce1-9e9f-40be-9a1c-350b219e73c6'. 2018-11-25 09:01:47.520 733 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:01:47,640 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-25 09:01:47,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-25 09:01:47,650 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-11-25 09:01:47,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:01:47,666 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:01:47,673 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:03:24,084 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 2018-11-25 09:03:24,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'] 2018-11-25 09:03:25,200 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 -------------------------------------------------------------------------------- Task 1a4c6059-96d9-416a-97e3-771fdc6ff3a6: 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 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 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.128 | 4.128 | 4.128 | 4.128 | 4.128 | 4.128 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> glance_v2.upload_data | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 1.198 | 100.0% | 1 | | glance_v2.delete_image | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 1.242 | 100.0% | 1 | | total | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> duration | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 5.371 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.370636 Full duration: 13.968984 -------------------------------------------------------------------------------- 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 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 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.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | -> glance_v2.upload_data | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 1.189 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> duration | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 4.061 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.060856 Full duration: 15.290089 -------------------------------------------------------------------------------- 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 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 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.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | total | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | -> duration | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 0.407 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.40731 Full duration: 8.338591 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "number_instances": 2, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "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 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 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.822 | 4.822 | 4.822 | 4.822 | 4.822 | 4.822 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 0.473 | 100.0% | 1 | | -> glance_v2.upload_data | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 1.942 | 100.0% | 1 | | nova.boot_servers | 13.703 | 13.703 | 13.703 | 13.703 | 13.703 | 13.703 | 100.0% | 1 | | total | 18.526 | 18.526 | 18.526 | 18.526 | 18.526 | 18.526 | 100.0% | 1 | | -> duration | 17.526 | 17.526 | 17.526 | 17.526 | 17.526 | 17.526 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.526266 Full duration: 41.645961 HINTS: * To plot HTML graphics with this data, run: rally task report 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out output.html * To generate a JUnit report, run: rally task export 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --json --out output.json 2018-11-25 09:03:25,201 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-25 09:03:27,490 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-25 09:03:27.372 1286 INFO rally.api [-] Building 'json' report for the following task(s): '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'. 2018-11-25 09:03:27.377 1286 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:03:27,491 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1a4c6059-96d9-416a-97e3-771fdc6ff3a6', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-25 09:03:29,638 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1a4c6059-96d9-416a-97e3-771fdc6ff3a6 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-25 09:03:29.514 1289 INFO rally.api [-] Building 'html' report for the following task(s): '1a4c6059-96d9-416a-97e3-771fdc6ff3a6'. 2018-11-25 09:03:29.535 1289 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-25 09:03:29,641 - 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-11-25 09:03:29,641 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:03:29,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:03:29,656 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:06:55,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 30177bc6-298b-40b2-8af2-fb728a187575 2018-11-25 09:06:55,652 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575'] 2018-11-25 09:06:56,646 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 30177bc6-298b-40b2-8af2-fb728a187575 -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575: 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 30177bc6-298b-40b2-8af2-fb728a187575 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.132 | 3.132 | 3.132 | 3.132 | 3.132 | 3.132 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 2.461 | 100.0% | 1 | | total | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> duration | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 5.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.593574 Full duration: 26.275665 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.268 | 3.268 | 3.268 | 3.268 | 3.268 | 3.268 | 100.0% | 1 | | cinder_v2.delete_volume | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 100.0% | 1 | | total | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 100.0% | 1 | | -> duration | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 5.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.899735 Full duration: 16.359032 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 30177bc6-298b-40b2-8af2-fb728a187575 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.635 | 8.635 | 8.635 | 8.635 | 8.635 | 8.635 | 100.0% | 1 | | cinder_v2.delete_volume | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 2.767 | 100.0% | 1 | | total | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 100.0% | 1 | | -> duration | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 11.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.403151 Full duration: 22.078853 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.266 | 3.266 | 3.266 | 3.266 | 3.266 | 3.266 | 100.0% | 1 | | cinder_v2.delete_volume | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 2.643 | 100.0% | 1 | | total | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> duration | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 5.909 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.909272 Full duration: 16.155958 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.163 | 3.163 | 3.163 | 3.163 | 3.163 | 3.163 | 100.0% | 1 | | cinder_v2.extend_volume | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 2.631 | 100.0% | 1 | | cinder_v2.delete_volume | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 2.473 | 100.0% | 1 | | total | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 100.0% | 1 | | -> duration | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 8.268 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.267514 Full duration: 18.49661 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.324 | 3.324 | 3.324 | 3.324 | 3.324 | 3.324 | 100.0% | 1 | | cinder_v2.delete_volume | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 2.614 | 100.0% | 1 | | total | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 100.0% | 1 | | -> duration | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 5.938 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.938211 Full duration: 23.299886 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | cinder_v2.list_qos | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 0.173 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799308 Full duration: 12.277442 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.set_qos | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | total | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> duration | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 0.805 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804859 Full duration: 12.466171 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | cinder_v2.list_types | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 0.158 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.787225 Full duration: 12.408423 -------------------------------------------------------------------------------- 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 30177bc6-298b-40b2-8af2-fb728a187575 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.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 0.218 | 100.0% | 1 | | total | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> duration | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 0.83 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.830124 Full duration: 12.616985 HINTS: * To plot HTML graphics with this data, run: rally task report 30177bc6-298b-40b2-8af2-fb728a187575 --out output.html * To generate a JUnit report, run: rally task export 30177bc6-298b-40b2-8af2-fb728a187575 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 30177bc6-298b-40b2-8af2-fb728a187575 --json --out output.json 2018-11-25 09:06:56,647 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-25 09:06:59,026 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 30177bc6-298b-40b2-8af2-fb728a187575 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-25 09:06:58.866 3078 INFO rally.api [-] Building 'json' report for the following task(s): '30177bc6-298b-40b2-8af2-fb728a187575'. 2018-11-25 09:06:58.877 3078 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:06:59,027 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '30177bc6-298b-40b2-8af2-fb728a187575', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-25 09:07:01,338 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 30177bc6-298b-40b2-8af2-fb728a187575 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-25 09:07:01.194 3081 INFO rally.api [-] Building 'html' report for the following task(s): '30177bc6-298b-40b2-8af2-fb728a187575'. 2018-11-25 09:07:01.223 3081 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:07:01,349 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-25 09:07:01,349 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-25 09:07:01,350 - 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-11-25 09:07:01,350 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:07:01,365 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:07:01,382 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:08:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a19f415a-fe33-4497-8f02-cfbb663fa526 2018-11-25 09:08:22,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526'] 2018-11-25 09:08:23,715 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 -------------------------------------------------------------------------------- Task a19f415a-fe33-4497-8f02-cfbb663fa526: 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 a19f415a-fe33-4497-8f02-cfbb663fa526 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.474 | 4.474 | 4.474 | 4.474 | 4.474 | 4.474 | 100.0% | 1 | | heat.update_stack | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 2.886 | 100.0% | 1 | | heat.delete_stack | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 2.816 | 100.0% | 1 | | total | 10.176 | 10.176 | 10.176 | 10.176 | 10.176 | 10.176 | 100.0% | 1 | | -> duration | 6.176 | 6.176 | 6.176 | 6.176 | 6.176 | 6.176 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.176476 Full duration: 18.624403 -------------------------------------------------------------------------------- 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 a19f415a-fe33-4497-8f02-cfbb663fa526 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.491 | 4.491 | 4.491 | 4.491 | 4.491 | 4.491 | 100.0% | 1 | | heat.check_stack | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | heat.delete_stack | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 2.794 | 100.0% | 1 | | total | 8.084 | 8.084 | 8.084 | 8.084 | 8.084 | 8.084 | 100.0% | 1 | | -> duration | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 6.084 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.084346 Full duration: 16.458672 -------------------------------------------------------------------------------- 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 a19f415a-fe33-4497-8f02-cfbb663fa526 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.suspend_stack | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | heat.resume_stack | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 0.937 | 100.0% | 1 | | heat.delete_stack | 2.19 | 2.19 | 2.19 | 2.19 | 2.19 | 2.19 | 100.0% | 1 | | total | 8.577 | 8.577 | 8.577 | 8.577 | 8.577 | 8.577 | 100.0% | 1 | | -> duration | 6.577 | 6.577 | 6.577 | 6.577 | 6.577 | 6.577 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.577062 Full duration: 17.257226 -------------------------------------------------------------------------------- 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 a19f415a-fe33-4497-8f02-cfbb663fa526 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | total | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> duration | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 0.581 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.580539 Full duration: 8.418723 HINTS: * To plot HTML graphics with this data, run: rally task report a19f415a-fe33-4497-8f02-cfbb663fa526 --out output.html * To generate a JUnit report, run: rally task export a19f415a-fe33-4497-8f02-cfbb663fa526 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a19f415a-fe33-4497-8f02-cfbb663fa526 --json --out output.json 2018-11-25 09:08:23,716 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-25 09:08:25,879 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-25 09:08:25.767 3814 INFO rally.api [-] Building 'json' report for the following task(s): 'a19f415a-fe33-4497-8f02-cfbb663fa526'. 2018-11-25 09:08:25.771 3814 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:08:25,879 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a19f415a-fe33-4497-8f02-cfbb663fa526', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-25 09:08:28,181 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a19f415a-fe33-4497-8f02-cfbb663fa526 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-25 09:08:28.013 3817 INFO rally.api [-] Building 'html' report for the following task(s): 'a19f415a-fe33-4497-8f02-cfbb663fa526'. 2018-11-25 09:08:28.034 3817 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:08:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-25 09:08:28,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-25 09:08:28,186 - 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-11-25 09:08:28,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:08:28,202 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:08:28,214 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:11:45,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e3405dca-f4d5-4e00-8470-a3f808fd2b96 2018-11-25 09:11:45,494 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'] 2018-11-25 09:11:46,624 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96: 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | keystone_v3.add_role | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 0.142 | 100.0% | 1 | | keystone_v3.revoke_role | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 0.136 | 100.0% | 1 | | total | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> duration | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807427 Full duration: 14.652525 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.507 | 0.507 | 0.507 | 0.507 | 0.507 | 0.507 | 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.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749651 Full duration: 14.448306 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.685 | 0.685 | 0.685 | 0.685 | 0.685 | 0.685 | 100.0% | 1 | | keystone_v3.list_projects | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | total | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> duration | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 0.771 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.770625 Full duration: 15.101327 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.512 | 0.512 | 0.512 | 0.512 | 0.512 | 0.512 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> duration | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 0.613 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612754 Full duration: 12.706193 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.488 | 0.488 | 0.488 | 0.488 | 0.488 | 0.488 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603677 Full duration: 12.226086 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.777 | 0.777 | 0.777 | 0.777 | 0.777 | 0.777 | 100.0% | 1 | | keystone_v3.create_user | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | -> keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.create_role | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_project | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | keystone_v3.get_user | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_role | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | keystone_v3.list_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | keystone_v3.get_services | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | total | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 100.0% | 1 | | -> duration | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 1.895 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.894786 Full duration: 19.975152 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | keystone_v3.update_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.delete_project | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949812 Full duration: 12.824376 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.673 | 0.673 | 0.673 | 0.673 | 0.673 | 0.673 | 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.781068 Full duration: 14.940176 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | total | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> duration | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 0.696 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.696096 Full duration: 14.737779 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.675 | 0.675 | 0.675 | 0.675 | 0.675 | 0.675 | 100.0% | 1 | | keystone_v3.list_users | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> duration | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.885588 Full duration: 14.787451 -------------------------------------------------------------------------------- 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 e3405dca-f4d5-4e00-8470-a3f808fd2b96 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.create_users | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 5.116 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 1.233 | 100.0% | 1 | | total | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 100.0% | 1 | | -> duration | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 6.802 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.801892 Full duration: 23.695564 HINTS: * To plot HTML graphics with this data, run: rally task report e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out output.html * To generate a JUnit report, run: rally task export e3405dca-f4d5-4e00-8470-a3f808fd2b96 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e3405dca-f4d5-4e00-8470-a3f808fd2b96 --json --out output.json 2018-11-25 09:11:46,624 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-25 09:11:49,031 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-25 09:11:48.877 5732 INFO rally.api [-] Building 'json' report for the following task(s): 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'. 2018-11-25 09:11:48.887 5732 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:11:49,031 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e3405dca-f4d5-4e00-8470-a3f808fd2b96', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-25 09:11:51,752 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e3405dca-f4d5-4e00-8470-a3f808fd2b96 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-25 09:11:51.593 5735 INFO rally.api [-] Building 'html' report for the following task(s): 'e3405dca-f4d5-4e00-8470-a3f808fd2b96'. 2018-11-25 09:11:51.625 5735 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:11:51,765 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-25 09:11:51,766 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-25 09:11:51,766 - 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-11-25 09:11:51,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:11:51,781 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:11:51,793 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:17:10,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f1497799-67ed-401d-975f-177f7e54f826 2018-11-25 09:17:10,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826'] 2018-11-25 09:17:11,732 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid f1497799-67ed-401d-975f-177f7e54f826 -------------------------------------------------------------------------------- Task f1497799-67ed-401d-975f-177f7e54f826: 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 f1497799-67ed-401d-975f-177f7e54f826 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_network | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 0.992 | 100.0% | 1 | | total | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 100.0% | 1 | | -> duration | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 2.023 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.023289 Full duration: 15.15161 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.354 | 1.354 | 1.354 | 1.354 | 1.354 | 1.354 | 100.0% | 1 | | neutron.delete_port | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | total | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 100.0% | 1 | | -> duration | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 2.122 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.121607 Full duration: 28.863334 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | neutron.create_subnet | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 0.885 | 100.0% | 1 | | neutron.create_router | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 100.0% | 1 | | neutron.add_interface_router | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 1.633 | 100.0% | 1 | | neutron.remove_interface_router | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 1.134 | 100.0% | 1 | | neutron.delete_router | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> duration | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 5.46 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.459507 Full duration: 38.719751 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.109 | 1.109 | 1.109 | 1.109 | 1.109 | 1.109 | 100.0% | 1 | | neutron.delete_subnet | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 0.763 | 100.0% | 1 | | total | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> duration | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 1.872 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.872057 Full duration: 29.12091 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | neutron.list_networks | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> duration | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 1.375 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.375111 Full duration: 16.94007 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | neutron.list_ports | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> duration | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 1.625 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.625288 Full duration: 28.251142 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | neutron.create_subnet | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | neutron.create_router | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | neutron.add_interface_router | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 1.548 | 100.0% | 1 | | neutron.list_routers | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 0.232 | 100.0% | 1 | | total | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 100.0% | 1 | | -> duration | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 3.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.57455 Full duration: 39.733492 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.803 | 0.803 | 0.803 | 0.803 | 0.803 | 0.803 | 100.0% | 1 | | neutron.create_subnet | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | neutron.list_subnets | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | -> duration | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.689165 Full duration: 35.395538 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 1.045 | 100.0% | 1 | | neutron.delete_security_group | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 0.296 | 100.0% | 1 | | total | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | -> duration | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 1.341 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.341094 Full duration: 14.530705 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | neutron.create_security_group_rule | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 0.392 | 100.0% | 1 | | neutron.delete_security_group | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 0.291 | 100.0% | 1 | | total | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 100.0% | 1 | | -> duration | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 1.981 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.981321 Full duration: 15.091504 -------------------------------------------------------------------------------- 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 f1497799-67ed-401d-975f-177f7e54f826 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.007 | 1.007 | 1.007 | 1.007 | 1.007 | 1.007 | 100.0% | 1 | | neutron.create_router | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | neutron.add_gateway_router | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 1.91 | 100.0% | 1 | | neutron.remove_gateway_router | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 0.966 | 100.0% | 1 | | total | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> duration | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 4.204 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.203855 Full duration: 24.706711 HINTS: * To plot HTML graphics with this data, run: rally task report f1497799-67ed-401d-975f-177f7e54f826 --out output.html * To generate a JUnit report, run: rally task export f1497799-67ed-401d-975f-177f7e54f826 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f1497799-67ed-401d-975f-177f7e54f826 --json --out output.json 2018-11-25 09:17:11,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-25 09:17:13,873 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid f1497799-67ed-401d-975f-177f7e54f826 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-25 09:17:13.759 9030 INFO rally.api [-] Building 'json' report for the following task(s): 'f1497799-67ed-401d-975f-177f7e54f826'. 2018-11-25 09:17:13.769 9030 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:17:13,874 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'f1497799-67ed-401d-975f-177f7e54f826', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-25 09:17:16,083 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid f1497799-67ed-401d-975f-177f7e54f826 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-25 09:17:15.946 9033 INFO rally.api [-] Building 'html' report for the following task(s): 'f1497799-67ed-401d-975f-177f7e54f826'. 2018-11-25 09:17:15.979 9033 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:17:16,097 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-11-25 09:17:16,097 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-25 09:17:16,098 - 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-11-25 09:17:16,098 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:17:16,115 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:17:16,125 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:25:12,557 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b6e5ac2a-595e-40e7-8e74-f58635c8418f 2018-11-25 09:25:12,558 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'] 2018-11-25 09:25:13,605 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f: 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "block_migration": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.429 | 9.429 | 9.429 | 9.429 | 9.429 | 9.429 | 100.0% | 1 | | nova.find_host_to_migrate | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 1.711 | 100.0% | 1 | | nova.live_migrate | 10.87 | 10.87 | 10.87 | 10.87 | 10.87 | 10.87 | 100.0% | 1 | | nova.delete_server | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 2.725 | 100.0% | 1 | | total | 24.736 | 24.736 | 24.736 | 24.736 | 24.736 | 24.736 | 100.0% | 1 | | -> duration | 23.736 | 23.736 | 23.736 | 23.736 | 23.736 | 23.736 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.735712 Full duration: 34.371987 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.283 | 9.283 | 9.283 | 9.283 | 9.283 | 9.283 | 100.0% | 1 | | cinder_v2.create_volume | 3.238 | 3.238 | 3.238 | 3.238 | 3.238 | 3.238 | 100.0% | 1 | | nova.attach_volume | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 4.289 | 100.0% | 1 | | nova.find_host_to_migrate | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 1.402 | 100.0% | 1 | | nova.live_migrate | 13.72 | 13.72 | 13.72 | 13.72 | 13.72 | 13.72 | 100.0% | 1 | | nova.detach_volume | 3.831 | 3.831 | 3.831 | 3.831 | 3.831 | 3.831 | 100.0% | 1 | | cinder_v2.delete_volume | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 2.491 | 100.0% | 1 | | nova.delete_server | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 2.53 | 100.0% | 1 | | total | 40.786 | 40.786 | 40.786 | 40.786 | 40.786 | 40.786 | 100.0% | 1 | | -> duration | 39.786 | 39.786 | 39.786 | 39.786 | 39.786 | 39.786 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 39.785772 Full duration: 52.707348 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.118 | 9.118 | 9.118 | 9.118 | 9.118 | 9.118 | 100.0% | 1 | | nova.boot_server | 9.979 | 9.979 | 9.979 | 9.979 | 9.979 | 9.979 | 100.0% | 1 | | nova.find_host_to_migrate | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | nova.live_migrate | 17.563 | 17.563 | 17.563 | 17.563 | 17.563 | 17.563 | 100.0% | 1 | | nova.delete_server | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 5.639 | 100.0% | 1 | | total | 43.625 | 43.625 | 43.625 | 43.625 | 43.625 | 43.625 | 100.0% | 1 | | -> duration | 42.625 | 42.625 | 42.625 | 42.625 | 42.625 | 42.625 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.625158 Full duration: 56.038599 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "server_kwargs": { "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] } }, "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 b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | nova.boot_server | 10.806 | 10.806 | 10.806 | 10.806 | 10.806 | 10.806 | 100.0% | 1 | | nova.delete_server | 3.675 | 3.675 | 3.675 | 3.675 | 3.675 | 3.675 | 100.0% | 1 | | nova.delete_keypair | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | total | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 15.293 | 100.0% | 1 | | -> duration | 14.293 | 14.293 | 14.293 | 14.293 | 14.293 | 14.293 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.293251 Full duration: 45.332805 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "volume_size": 5, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "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 b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.141 | 9.141 | 9.141 | 9.141 | 9.141 | 9.141 | 100.0% | 1 | | nova.boot_server | 9.455 | 9.455 | 9.455 | 9.455 | 9.455 | 9.455 | 100.0% | 1 | | nova.delete_server | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 2.96 | 100.0% | 1 | | total | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 21.556 | 100.0% | 1 | | -> duration | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 20.556 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 20.555798 Full duration: 49.630186 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "force_delete": false, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "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 b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.945 | 9.945 | 9.945 | 9.945 | 9.945 | 9.945 | 100.0% | 1 | | nova.pause_server | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 100.0% | 1 | | nova.unpause_server | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 3.068 | 100.0% | 1 | | nova.delete_server | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 5.293 | 100.0% | 1 | | total | 23.805 | 23.805 | 23.805 | 23.805 | 23.805 | 23.805 | 100.0% | 1 | | -> duration | 18.805 | 18.805 | 18.805 | 18.805 | 18.805 | 18.805 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 18.804973 Full duration: 49.645904 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "nics": [ { "net-id": "e8ed12e8-8e7c-4dc4-8014-cd7f358a0846" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 11.097 | 11.097 | 11.097 | 11.097 | 11.097 | 11.097 | 100.0% | 1 | | nova.migrate | 69.865 | 69.865 | 69.865 | 69.865 | 69.865 | 69.865 | 100.0% | 1 | | nova.resize_confirm | 8.164 | 8.164 | 8.164 | 8.164 | 8.164 | 8.164 | 100.0% | 1 | | nova.delete_server | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 2.862 | 100.0% | 1 | | total | 91.988 | 91.988 | 91.988 | 91.988 | 91.988 | 91.988 | 100.0% | 1 | | -> duration | 90.988 | 90.988 | 90.988 | 90.988 | 90.988 | 90.988 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 90.988125 Full duration: 101.526939 -------------------------------------------------------------------------------- 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_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "image": { "name": "rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task b6e5ac2a-595e-40e7-8e74-f58635c8418f has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 12.373 | 100.0% | 1 | | nova.list_interfaces | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 0.429 | 100.0% | 1 | | total | 12.803 | 12.803 | 12.803 | 12.803 | 12.803 | 12.803 | 100.0% | 1 | | -> duration | 11.803 | 11.803 | 11.803 | 11.803 | 11.803 | 11.803 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.802548 Full duration: 43.375364 -------------------------------------------------------------------------------- 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 b6e5ac2a-595e-40e7-8e74-f58635c8418f 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.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | nova.delete_server_group | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 0.063 | 100.0% | 1 | | total | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> duration | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 0.889 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.889114 Full duration: 9.818419 HINTS: * To plot HTML graphics with this data, run: rally task report b6e5ac2a-595e-40e7-8e74-f58635c8418f --out output.html * To generate a JUnit report, run: rally task export b6e5ac2a-595e-40e7-8e74-f58635c8418f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b6e5ac2a-595e-40e7-8e74-f58635c8418f --json --out output.json 2018-11-25 09:25:13,606 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-25 09:25:15,830 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-25 09:25:15.717 10676 INFO rally.api [-] Building 'json' report for the following task(s): 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'. 2018-11-25 09:25:15.726 10676 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:25:15,830 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b6e5ac2a-595e-40e7-8e74-f58635c8418f', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-25 09:25:18,207 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b6e5ac2a-595e-40e7-8e74-f58635c8418f --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-25 09:25:18.058 10679 INFO rally.api [-] Building 'html' report for the following task(s): 'b6e5ac2a-595e-40e7-8e74-f58635c8418f'. 2018-11-25 09:25:18.089 10679 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:25:18,219 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-11-25 09:25:18,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-25 09:25:18,220 - 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-11-25 09:25:18,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-25 09:25:18,236 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-25 09:25:18,248 - 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': 'e8ed12e8-8e7c-4dc4-8014-cd7f358a0846', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_e5697f3a-650e-4b61-8c2e-412669bd7621', 'flavor_name': 'rally_sanity-flavor_e5697f3a-650e-4b61-8c2e-412669bd7621', '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_e5697f3a-650e-4b61-8c2e-412669bd7621', '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-11-25 09:26:11,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3d743da3-77b5-4705-859e-d79e7b16e84d 2018-11-25 09:26:11,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d'] 2018-11-25 09:26:12,176 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d -------------------------------------------------------------------------------- Task 3d743da3-77b5-4705-859e-d79e7b16e84d: 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 3d743da3-77b5-4705-859e-d79e7b16e84d 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.698 | 0.698 | 0.698 | 0.698 | 0.698 | 0.698 | 100.0% | 1 | | quotas.delete_quotas | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> duration | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 0.892 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.891908 Full duration: 8.707129 -------------------------------------------------------------------------------- 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 3d743da3-77b5-4705-859e-d79e7b16e84d 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.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | total | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> duration | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 0.724 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.724061 Full duration: 8.829324 -------------------------------------------------------------------------------- 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 3d743da3-77b5-4705-859e-d79e7b16e84d 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.303 | 0.303 | 0.303 | 0.303 | 0.303 | 0.303 | 100.0% | 1 | | total | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> duration | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711082 Full duration: 8.69721 -------------------------------------------------------------------------------- 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 3d743da3-77b5-4705-859e-d79e7b16e84d 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.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | total | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | -> duration | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 1.215 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.214816 Full duration: 9.302829 HINTS: * To plot HTML graphics with this data, run: rally task report 3d743da3-77b5-4705-859e-d79e7b16e84d --out output.html * To generate a JUnit report, run: rally task export 3d743da3-77b5-4705-859e-d79e7b16e84d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3d743da3-77b5-4705-859e-d79e7b16e84d --json --out output.json 2018-11-25 09:26:12,177 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-25 09:26:14,323 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-25 09:26:14.214 11192 INFO rally.api [-] Building 'json' report for the following task(s): '3d743da3-77b5-4705-859e-d79e7b16e84d'. 2018-11-25 09:26:14.218 11192 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:26:14,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3d743da3-77b5-4705-859e-d79e7b16e84d', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-25 09:26:16,592 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3d743da3-77b5-4705-859e-d79e7b16e84d --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-25 09:26:16.466 11195 INFO rally.api [-] Building 'html' report for the following task(s): '3d743da3-77b5-4705-859e-d79e7b16e84d'. 2018-11-25 09:26:16.487 11195 INFO rally.api [-] The report has been successfully built. 2018-11-25 09:26:16,596 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-25 09:26:16,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:52 | 10 | 100.00% | | heat | 01:00 | 4 | 100.00% | | keystone | 02:50 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 07:22 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:34 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-25 09:26:16,600 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-11-25 09:26:16,714 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:26:16,715 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:54 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-25 09:26:28,453 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-25 09:26:29,413 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'id': u'9524c8b2bd00441cbc710f232196f874', '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-11-25 09:26:29,863 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f6c90e6293a44e4c8ebd292d2e8b6405', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0'}) 2018-11-25 09:26:30,020 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:26:30,202 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/ebe6c0b9ebfd406fa4b2f0bc5087d100'}, 'domain_id': None, 'human_id': None, 'id': u'ebe6c0b9ebfd406fa4b2f0bc5087d100', 'HUMAN_ID': False}) 2018-11-25 09:26:30,823 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 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': '9e0b5926-f8f9-40ce-85f2-afe973b44f7f', 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_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'project_id': u'9524c8b2bd00441cbc710f232196f874', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:26:30,830 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'password': '9e0b5926-f8f9-40ce-85f2-afe973b44f7f', 'project_name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9524c8b2bd00441cbc710f232196f874', 'project_domain_name': 'Default'} 2018-11-25 09:26:31,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:26:34,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:26:34.224 11198 INFO rally.deployment.engine [-] Deployment bc3d6b12-2854-43b8-a76f-a85c79453659 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:26:34.323 11198 INFO rally.deployment.engine [-] Deployment bc3d6b12-2854-43b8-a76f-a85c79453659 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:26:34.346 11198 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:26:34.350 11198 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:26:37,023 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:26:36.713 11201 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | 2018-11-25T09:26:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 ~/.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-11-25 09:26:40,139 - 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-11-25 09:26:40,139 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 09:26:42,621 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 09:26:42.361 11207 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0c8031d7-0819-4557-bd0a-a96c4bd8c71c). 2018-11-25 09:26:42.490 11207 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 09:26:46,117 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 09:26:44.533 11210 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 09:26:44.712 11210 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 09:26:45.963 11210 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) as the default verifier for the future CLI operations. 2018-11-25 09:26:49,024 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-25 09:26:52,336 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap', u'metadata': Munch({})})], 'file': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10/file', 'owner': u'9524c8b2bd00441cbc710f232196f874', 'id': u'321a63ab-44d4-4550-9456-1ceda66eeb10', 'size': 12716032, u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9524c8b2bd00441cbc710f232196f874', 'name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/321a63ab-44d4-4550-9456-1ceda66eeb10/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:26:52Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:26:52Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'created': u'2018-11-25T09:26:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:26:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/321a63ab-44d4-4550-9456-1ceda66eeb10', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:26:52,570 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ccd3a34e-0885-4db6-ab2e-c312ec9b90a0', 'swap': 0}) 2018-11-25 09:26:55,639 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/file', 'owner': u'9524c8b2bd00441cbc710f232196f874', 'id': u'dc3dbda1-114d-4a87-8591-f88d5f94aade', 'size': 12716032, u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9524c8b2bd00441cbc710f232196f874', 'name': 'refstack_defcore-project_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/dc3dbda1-114d-4a87-8591-f88d5f94aade/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:26:55Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:26:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', 'created': u'2018-11-25T09:26:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:26:53Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/dc3dbda1-114d-4a87-8591-f88d5f94aade', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:26:55,685 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'b07a6a69-20d4-474e-8f9c-f8a466734edb', 'swap': 0}) 2018-11-25 09:26:55,707 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4a4cf923-cca9-49df-bea8-0e16affb16a0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'b07a6a69-20d4-474e-8f9c-f8a466734edb', 'swap': 0}) 2018-11-25 09:26:58,873 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 09:26:57.839 11229 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3). 2018-11-25 09:26:58.708 11229 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 09:26:58.710 11229 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) has been successfully configured for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3)! 2018-11-25 09:26:58,873 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 09:26:58,874 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 09:26:58,876 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 09:27:04,610 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 09:27:04,623 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 09:27:04,623 - 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-11-25 09:27:06,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:06.761 11241 INFO rally.api [-] Starting verification (UUID=f3a6838c-1a73-4268-bc54-2a44a6e8376a) for deployment 'opnfv-rally' (UUID=58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) by verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:27:06,763 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: f3a6838c-1a73-4268-bc54-2a44a6e8376a 2018-11-25 09:27:13,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:13.116 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.203s] 2018-11-25 09:27:13,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:13.170 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.055s] 2018-11-25 09:27:14,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:14.859 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.933s] 2018-11-25 09:27:16,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:16.557 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.229s] 2018-11-25 09:27:25,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:25.073 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.155s] 2018-11-25 09:27:31,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:31.032 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [16.168s] 2018-11-25 09:27:35,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.021 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.073s] 2018-11-25 09:27:35,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.033 11241 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-11-25 09:27:35,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.168 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.135s] 2018-11-25 09:27:35,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.178 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.010s] 2018-11-25 09:27:35,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.188 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-11-25 09:27:35,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.219 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-25 09:27:35,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.285 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-11-25 09:27:35,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.346 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.060s] 2018-11-25 09:27:35,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.641 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.295s] 2018-11-25 09:27:35,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.654 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.013s] 2018-11-25 09:27:35,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:35.717 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.063s] 2018-11-25 09:27:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:36.555 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.062s] 2018-11-25 09:27:38,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:38.796 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.241s] 2018-11-25 09:27:43,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:43.065 11241 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-11-25 09:27:47,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.544 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-11-25 09:27:47,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.619 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.074s] 2018-11-25 09:27:47,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:47.690 11241 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.071s] 2018-11-25 09:27:51,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:51.090 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [20.058s] 2018-11-25 09:27:51,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:51.480 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.141s] 2018-11-25 09:27:52,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:52.019 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.540s] 2018-11-25 09:27:53,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:53.864 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.843s] 2018-11-25 09:27:53,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:53.872 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-11-25 09:27:54,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:54.033 11241 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-11-25 09:27:54,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:54.040 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [30.994s] 2018-11-25 09:27:55,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:27:55.441 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.405s] 2018-11-25 09:28:02,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:02.594 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [11.501s] 2018-11-25 09:28:05,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:05.340 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.132s] 2018-11-25 09:28:05,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:05.795 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.455s] 2018-11-25 09:28:06,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:06.774 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.978s] 2018-11-25 09:28:07,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:07.177 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [7.104s] 2018-11-25 09:28:07,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:07.600 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.825s] 2018-11-25 09:28:08,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.075 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.475s] 2018-11-25 09:28:08,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.146 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.071s] 2018-11-25 09:28:08,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.222 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.074s] 2018-11-25 09:28:08,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.292 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.069s] 2018-11-25 09:28:08,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.357 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.064s] 2018-11-25 09:28:08,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.425 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-11-25 09:28:08,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:08.572 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.147s] 2018-11-25 09:28:11,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:11.495 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.318s] 2018-11-25 09:28:17,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:17.195 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.699s] 2018-11-25 09:28:21,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:21.764 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.568s] 2018-11-25 09:28:27,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:27.521 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.756s] 2018-11-25 09:28:31,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.108 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.587s] 2018-11-25 09:28:31,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.534 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.415s] 2018-11-25 09:28:31,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:31.601 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2018-11-25 09:28:32,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.329 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.726s] 2018-11-25 09:28:32,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.433 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.102s] 2018-11-25 09:28:32,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:32.435 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-25 09:28:35,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:35.390 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.281s] 2018-11-25 09:28:38,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:38.975 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2018-11-25 09:28:43,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:43.974 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.583s] 2018-11-25 09:28:47,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:47.772 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.797s] 2018-11-25 09:28:48,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.017 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.245s] 2018-11-25 09:28:48,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.117 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.100s] 2018-11-25 09:28:48,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.215 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.097s] 2018-11-25 09:28:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.265 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.049s] 2018-11-25 09:28:48,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.430 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.165s] 2018-11-25 09:28:48,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.668 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.237s] 2018-11-25 09:28:48,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.921 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.253s] 2018-11-25 09:28:48,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:48.991 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.069s] 2018-11-25 09:28:51,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:51.850 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.131s] 2018-11-25 09:28:52,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:52.752 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.902s] 2018-11-25 09:28:53,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:53.774 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.021s] 2018-11-25 09:28:54,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:54.950 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.175s] 2018-11-25 09:28:55,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:55.411 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.419s] 2018-11-25 09:28:56,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:56.103 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.152s] 2018-11-25 09:28:56,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:56.980 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.875s] 2018-11-25 09:28:57,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:57.355 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.375s] 2018-11-25 09:28:57,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:57.910 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.554s] 2018-11-25 09:28:58,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:58.440 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.530s] 2018-11-25 09:28:59,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:28:59.324 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.882s] 2018-11-25 09:29:00,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:00.167 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.843s] 2018-11-25 09:29:00,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:00.885 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.717s] 2018-11-25 09:29:01,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:01.414 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.529s] 2018-11-25 09:29:02,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.315 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.899s] 2018-11-25 09:29:02,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.824 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.144s] 2018-11-25 09:29:02,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:02.918 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.603s] 2018-11-25 09:29:03,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:03.309 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.391s] 2018-11-25 09:29:03,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:03.707 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.397s] 2018-11-25 09:29:04,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:04.072 11241 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.364s] 2018-11-25 09:29:05,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:05.436 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.610s] 2018-11-25 09:29:06,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:06.379 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.942s] 2018-11-25 09:29:07,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:07.396 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.017s] 2018-11-25 09:29:08,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:08.539 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.141s] 2018-11-25 09:29:11,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:11.153 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.612s] 2018-11-25 09:29:12,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:12.757 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.604s] 2018-11-25 09:29:12,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:12.875 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.119s] 2018-11-25 09:29:13,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.044 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.168s] 2018-11-25 09:29:13,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.061 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.017s] 2018-11-25 09:29:13,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.218 11241 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.157s] 2018-11-25 09:29:13,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.517 11241 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.355s] 2018-11-25 09:29:13,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.617 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [8.158s] 2018-11-25 09:29:13,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.687 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-11-25 09:29:13,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:13.949 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [71.341s] 2018-11-25 09:29:14,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.554 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.867s] 2018-11-25 09:29:14,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.653 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-11-25 09:29:14,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:14.655 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-25 09:29:18,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:18.253 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.266s] 2018-11-25 09:29:18,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:18.599 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.346s] 2018-11-25 09:29:22,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:22.746 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [3.478s] 2018-11-25 09:29:24,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:24.480 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.251s] 2018-11-25 09:29:24,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:24.855 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [2.108s] 2018-11-25 09:29:30,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:30.890 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.410s] 2018-11-25 09:29:32,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:32.903 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.012s] 2018-11-25 09:29:32,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:32.981 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.078s] 2018-11-25 09:29:33,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.040 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.058s] 2018-11-25 09:29:33,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.230 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-11-25 09:29:33,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:33.275 11241 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.045s] 2018-11-25 09:29:37,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:37.653 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.417s] 2018-11-25 09:29:37,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:37.901 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.248s] 2018-11-25 09:29:38,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.131 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.229s] 2018-11-25 09:29:38,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.520 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.388s] 2018-11-25 09:29:38,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:38.931 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.410s] 2018-11-25 09:29:39,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:39.333 11241 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.402s] 2018-11-25 09:29:39,550 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:39.550 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [6.558s] 2018-11-25 09:29:40,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:40.309 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.153s] 2018-11-25 09:29:45,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:45.946 11241 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.202s] 2018-11-25 09:29:48,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:48.599 11241 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [9.048s] 2018-11-25 09:29:49,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:49.327 11241 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [3.380s] 2018-11-25 09:29:52,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:52.235 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.654s] 2018-11-25 09:29:56,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:56.833 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.766s] 2018-11-25 09:29:58,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:29:58.526 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.693s] 2018-11-25 09:30:02,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:02.032 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.792s] 2018-11-25 09:30:02,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:02.333 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.802s] 2018-11-25 09:30:03,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:03.121 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.791s] 2018-11-25 09:30:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:05.184 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.060s] 2018-11-25 09:30:06,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:06.433 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.248s] 2018-11-25 09:30:08,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:08.642 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.205s] 2018-11-25 09:30:08,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:08.691 11241 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-11-25 09:30:11,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:11.972 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.148s] 2018-11-25 09:30:15,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:15.061 11241 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.026s] 2018-11-25 09:30:18,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:18.271 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.657s] 2018-11-25 09:30:18,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:18.991 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.720s] 2018-11-25 09:30:33,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:33.129 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [65.206s] 2018-11-25 09:30:59,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:30:59.746 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.748s] 2018-11-25 09:31:01,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:01.182 11241 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.043s] 2018-11-25 09:31:13,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:13.726 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.217s] 2018-11-25 09:31:13,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:13.755 11241 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-11-25 09:31:14,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:14.084 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.358s] 2018-11-25 09:31:24,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:24.303 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.194s] 2018-11-25 09:31:24,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:24.479 11241 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.175s] 2018-11-25 09:31:27,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:27.693 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.152s] 2018-11-25 09:31:28,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.222 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.529s] 2018-11-25 09:31:28,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.416 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.193s] 2018-11-25 09:31:28,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.601 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.185s] 2018-11-25 09:31:28,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.633 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.032s] 2018-11-25 09:31:28,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:28.974 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.340s] 2018-11-25 09:31:29,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.309 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.335s] 2018-11-25 09:31:29,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.357 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.046s] 2018-11-25 09:31:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.399 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.043s] 2018-11-25 09:31:29,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:29.585 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-11-25 09:31:41,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:41.237 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.628s] 2018-11-25 09:31:41,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:41.397 11241 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.159s] 2018-11-25 09:31:45,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:45.989 11241 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.107s] 2018-11-25 09:31:53,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:53.984 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.432s] 2018-11-25 09:31:54,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:31:54.594 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.610s] 2018-11-25 09:32:06,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.448 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.190s] 2018-11-25 09:32:06,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.641 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.192s] 2018-11-25 09:32:06,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:06.830 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.189s] 2018-11-25 09:32:07,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:07.382 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.551s] 2018-11-25 09:32:07,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:07.615 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.233s] 2018-11-25 09:32:08,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.256 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.640s] 2018-11-25 09:32:08,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.294 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-11-25 09:32:08,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.343 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.048s] 2018-11-25 09:32:08,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.540 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.196s] 2018-11-25 09:32:08,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.726 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.185s] 2018-11-25 09:32:08,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.767 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.041s] 2018-11-25 09:32:08,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:08.989 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.220s] 2018-11-25 09:32:09,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.064 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.074s] 2018-11-25 09:32:09,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.118 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.054s] 2018-11-25 09:32:09,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:09.165 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-11-25 09:32:16,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.062 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.249s] 2018-11-25 09:32:16,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.237 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.174s] 2018-11-25 09:32:16,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.412 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.175s] 2018-11-25 09:32:16,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.572 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.160s] 2018-11-25 09:32:16,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.726 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.152s] 2018-11-25 09:32:16,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.740 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-11-25 09:32:16,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.783 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.042s] 2018-11-25 09:32:16,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.818 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.034s] 2018-11-25 09:32:16,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.963 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.145s] 2018-11-25 09:32:16,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:16.998 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.035s] 2018-11-25 09:32:17,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.150 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.151s] 2018-11-25 09:32:17,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.356 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.205s] 2018-11-25 09:32:17,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.402 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.046s] 2018-11-25 09:32:17,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.437 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-11-25 09:32:17,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.615 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.177s] 2018-11-25 09:32:17,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.769 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.153s] 2018-11-25 09:32:17,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.803 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-11-25 09:32:17,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:17.983 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.179s] 2018-11-25 09:32:18,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:18.020 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-11-25 09:32:18,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:32:18.204 11241 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.184s] 2018-11-25 09:32:22,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: f3a6838c-1a73-4268-bc54-2a44a6e8376a 2018-11-25 09:32:22,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'f3a6838c-1a73-4268-bc54-2a44a6e8376a']'. 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:32:23,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | f3a6838c-1a73-4268-bc54-2a44a6e8376a | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 09:27:06 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:32:22 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:16 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e14848bf-c2f9-422b-ab00-e42ec935eba9) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3) | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 307.2 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 196 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:32:23,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:32:23,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:32:23,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 98.0% 2018-11-25 09:32:23,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:32:23,855 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:35 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-11-25 09:32:28,891 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-11-25 09:32:28,943 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-25 09:32:29,849 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'id': u'3f2fdb65a8b44a488579598973cb01a2', '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-11-25 09:32:30,289 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'927469afef064af78c9ebfed7b76e470', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86'}) 2018-11-25 09:32:30,451 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:32:30,629 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/5d1d4f829bd84eaca27f830029b43d76'}, 'domain_id': None, 'human_id': None, 'id': u'5d1d4f829bd84eaca27f830029b43d76', 'HUMAN_ID': False}) 2018-11-25 09:32:31,175 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 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': '9f3ff476-b183-48b1-a1a9-6b73f7ca18f1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86', 'project_id': u'3f2fdb65a8b44a488579598973cb01a2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 09:32:31,181 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_3a18fac4-b3b6-4733-9828-6df117e61c86', 'password': '9f3ff476-b183-48b1-a1a9-6b73f7ca18f1', 'project_name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3f2fdb65a8b44a488579598973cb01a2', 'project_domain_name': 'Default'} 2018-11-25 09:32:32,224 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 09:32:34,724 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 09:32:34.353 11285 INFO rally.deployment.engine [-] Deployment 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | Starting: Destroy cloud and free allocated resources. 2018-11-25 09:32:34.425 11285 INFO rally.deployment.engine [-] Deployment 58cb5dce-2e6d-44ba-aec2-b55eedd5f4a3 | Completed: Destroy cloud and free allocated resources. 2018-11-25 09:32:34.474 11285 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9) for deployment 'opnfv-rally'. 2018-11-25 09:32:34.497 11285 INFO rally.api [-] Deleting verification (UUID=f3a6838c-1a73-4268-bc54-2a44a6e8376a). 2018-11-25 09:32:34.539 11285 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 09:32:34.540 11285 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:32:34.547 11285 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 09:32:37,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 09:32:36.778 11288 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=4738b18a-9691-461b-b330-34a24ed1025d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 4738b18a-9691-461b-b330-34a24ed1025d | 2018-11-25T09:32:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 4738b18a-9691-461b-b330-34a24ed1025d ~/.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-11-25 09:32:40,428 - 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-11-25 09:32:40,429 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 09:32:42,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 09:32:42.476 11294 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=e14848bf-c2f9-422b-ab00-e42ec935eba9). 2018-11-25 09:32:42.598 11294 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 09:32:46,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 09:32:44.782 11297 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 09:32:44.912 11297 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 09:32:46.169 11297 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) has been successfully created! Using verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) as the default verifier for the future CLI operations. 2018-11-25 09:32:49,403 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-25 09:32:51,614 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap', u'metadata': Munch({})})], 'file': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/file', 'owner': u'3f2fdb65a8b44a488579598973cb01a2', 'id': u'15c3a79a-deef-47fa-984c-6bc63feb76c0', 'size': 12716032, u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f2fdb65a8b44a488579598973cb01a2', 'name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/15c3a79a-deef-47fa-984c-6bc63feb76c0/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:32:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:32:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', 'created': u'2018-11-25T09:32:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:32:50Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/15c3a79a-deef-47fa-984c-6bc63feb76c0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:32:51,821 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'59b49313-bb6b-400d-bf8c-bc6f3c31979f', 'swap': 0}) 2018-11-25 09:32:54,951 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/file', 'owner': u'3f2fdb65a8b44a488579598973cb01a2', 'id': u'b5d91098-bb90-4e77-b75e-a8d3be48577d', 'size': 12716032, u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3f2fdb65a8b44a488579598973cb01a2', 'name': 'patrole-project_3a18fac4-b3b6-4733-9828-6df117e61c86', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b5d91098-bb90-4e77-b75e-a8d3be48577d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T09:32:54Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T09:32:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', 'created': u'2018-11-25T09:32:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T09:32:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b5d91098-bb90-4e77-b75e-a8d3be48577d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 09:32:55,010 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ebbee9dc-ef7d-46de-a6e7-5f8749615f2e', 'swap': 0}) 2018-11-25 09:32:55,032 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_3a18fac4-b3b6-4733-9828-6df117e61c86', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'ebbee9dc-ef7d-46de-a6e7-5f8749615f2e', 'swap': 0}) 2018-11-25 09:32:58,198 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 09:32:57.171 11316 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d). 2018-11-25 09:32:58.036 11316 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 09:32:58.038 11316 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) has been successfully configured for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d)! 2018-11-25 09:32:58,199 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 09:32:58,199 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 09:32:58,202 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 09:32:58,225 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 09:33:01,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-0786c810-a69b-4d50-b665-495ecd4d0dac/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-11-25 09:33:01,403 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 09:33:01,431 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 09:33:01,432 - 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-11-25 09:33:04,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 09:33:04.919 11325 INFO rally.api [-] Starting verification (UUID=4eaac018-b1a5-4180-bb74-cca968f5718f) for deployment 'opnfv-rally' (UUID=4738b18a-9691-461b-b330-34a24ed1025d) by verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 09:33:04,921 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4eaac018-b1a5-4180-bb74-cca968f5718f 2018-11-25 09:35:39,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4eaac018-b1a5-4180-bb74-cca968f5718f 2018-11-25 09:35:39,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4eaac018-b1a5-4180-bb74-cca968f5718f']'. 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:35:40,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4eaac018-b1a5-4180-bb74-cca968f5718f | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 09:33:03 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 09:35:39 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:36 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 0786c810-a69b-4d50-b665-495ecd4d0dac) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4738b18a-9691-461b-b330-34a24ed1025d) | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-25 09:35:40,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.534 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 09:35:40,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 09:35:41,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-25 09:35:41,384 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:35:41,385 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 09:35:46,154 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-11-25 09:35:46,999 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-11-25 09:36:06,818 - 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-11-25 09:36:06,850 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-11-25 09:36:07,087 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-11-25 09:36:07,226 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 09:36:07,226 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-25 09:36:07,283 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-25 09:36:08,826 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 09:36:11,700 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-25 09:36:11,700 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-25 10:15:51,544 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:15:51,545 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 39:40 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-11-25 10:15:53,357 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-11-25 10:15:53,412 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-25 10:15:54,998 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 10:15:56,796 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 10:15:59,346 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-25 10:15:58.928 11415 INFO rally.deployment.engine [-] Deployment 4738b18a-9691-461b-b330-34a24ed1025d | Starting: Destroy cloud and free allocated resources. 2018-11-25 10:15:59.005 11415 INFO rally.deployment.engine [-] Deployment 4738b18a-9691-461b-b330-34a24ed1025d | Completed: Destroy cloud and free allocated resources. 2018-11-25 10:15:59.062 11415 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac) for deployment 'opnfv-rally'. 2018-11-25 10:15:59.094 11415 INFO rally.api [-] Deleting verification (UUID=4eaac018-b1a5-4180-bb74-cca968f5718f). 2018-11-25 10:15:59.143 11415 INFO rally.api [-] Verification has been successfully deleted! 2018-11-25 10:15:59.143 11415 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 10:15:59.149 11415 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-25 10:16:01,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 10:16:01.564 11418 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e2657418-a061-4def-a2f2-5961c33e9021) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e2657418-a061-4def-a2f2-5961c33e9021 | 2018-11-25T10:16:01 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e2657418-a061-4def-a2f2-5961c33e9021 ~/.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-11-25 10:16:05,174 - 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-11-25 10:16:05,174 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 10:16:07,549 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-25 10:16:07.309 11424 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=0786c810-a69b-4d50-b665-495ecd4d0dac). 2018-11-25 10:16:07.423 11424 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-25 10:16:11,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 10:16:09.635 11427 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 10:16:09.760 11427 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 10:16:11.544 11427 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) has been successfully created! Using verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) as the default verifier for the future CLI operations. 2018-11-25 10:16:14,837 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-25 10:16:23,101 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 10:16:22.045 11446 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021). 2018-11-25 10:16:22.934 11446 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 10:16:22.937 11446 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343) has been successfully configured for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021)! 2018-11-25 10:16:26,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-31f12770-45f4-45a3-9df6-6c755f240343/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-25 10:16:26,348 - 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-11-25 10:16:28,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 10:16:28.508 11455 INFO rally.api [-] Starting verification (UUID=e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8) for deployment 'opnfv-rally' (UUID=e2657418-a061-4def-a2f2-5961c33e9021) by verifier 'opnfv-tempest' (UUID=31f12770-45f4-45a3-9df6-6c755f240343). 2018-11-25 10:18:18,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8 2018-11-25 10:18:18,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8']'. 2018-11-25 10:18:19,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e2a8cb8b-ee82-4568-b08c-a55b6d48dbe8 | 2018-11-25 10:18:19,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 10:16:28 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 10:18:18 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 31f12770-45f4-45a3-9df6-6c755f240343) | 2018-11-25 10:18:19,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e2657418-a061-4def-a2f2-5961c33e9021) | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.176 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 10:18:19,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 10:18:19,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 10:18:19,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-11-25 10:18:19,863 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:18:19,864 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-11-25 10:18:24,165 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-11-25 10:18:24,167 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:49 | FAIL | | vping_userdata | functest | smoke | 09:16 | FAIL | | tempest_smoke_serial | functest | smoke | 14:10 | PASS | | rally_sanity | functest | smoke | 25:54 | PASS | | refstack_defcore | functest | smoke | 05:35 | FAIL | | patrole | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:19 | PASS | | snaps_smoke | functest | smoke | 39:40 | FAIL | | neutron_trunk | functest | smoke | 02:05 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-25 10:18:24,179 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-25 10:18:29,952 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 10:18:29,959 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 10:18:29,959 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 10:18:29,961 - 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-11-25 10:18:29,986 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-11-25 10:18:30,023 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-11-25 10:23:06,577 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-11-25 10:23:06,705 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 10:23:06,705 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 04:37 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-11-25 10:23:06,738 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-11-25 10:23:08,636 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-11-25 10:23:10,274 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-11-25 10:23:11,926 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-11-25 10:23:12,770 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-11-25 10:23:12,770 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-11-25 10:23:12,815 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-11-25 10:23:12,973 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-11-25 10:23:41,042 - 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-11-25 10:23:41,042 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-11-25 10:23:41,042 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-11-25 10:23:41,116 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-11-25 10:24:12,314 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-11-25 10:24:12,314 - 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-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-11-25 10:24:12,315 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-11-25 10:24:12,390 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-11-25 10:24:12,399 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:24:13,035 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:24:16,073 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-11-25 10:24:16,475 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c41cd54e-9560-4c44-b4cd-0164b7821377' created successfully 2018-11-25 10:24:16,475 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:24:17,187 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '0262b6bd-09e7-4833-bae9-19edd2b17ea1' created successfully 2018-11-25 10:24:17,187 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:24:17,496 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b363b272-a89e-4b37-a2b8-558942189941' created successfully 2018-11-25 10:24:17,496 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:24:19,139 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:24:19,140 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:24:21,411 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:24:22,055 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-11-25 10:24:22,457 - sdnvpn.lib.openstack_utils - DEBUG - Network '826f7084-06c2-4b21-b11f-3ecbc4087b69' created successfully 2018-11-25 10:24:22,457 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '449d022d-9dab-45b3-bda1-edc0a159376a' created successfully 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b363b272-a89e-4b37-a2b8-558942189941' created successfully 2018-11-25 10:24:22,876 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:24:25,007 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:24:25,007 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:24:26,041 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:24:26,245 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-11-25 10:24:26,611 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=d406dab4-56c0-4b44-beb9-7b7fa32aad50 created successfully. 2018-11-25 10:24:26,612 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-11-25 10:24:26,612 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-11-25 10:24:26,962 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-11-25 10:24:26,963 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:24:27,483 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:24:27,702 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:25:55,989 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:26:32,975 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.204 -c 10' 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence': {'status': 'PASS', '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.204': 'PASS'}]} 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-11-25 10:27:07,858 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-11-25 10:27:07,943 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-11-25 10:27:22,215 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-11-25 10:27:22,215 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-11-25 10:27:22,274 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-11-25 10:27:22,331 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-11-25 10:27:22,389 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-11-25 10:27:22,820 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-0 2018-11-25 10:27:22,864 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.24 2018-11-25 10:27:30,425 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-11-25 10:27:30,478 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-11-25 10:27:30,479 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-11-25 10:27:43,519 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:27:44,093 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-25 10:27:44,154 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=9078bbe2-da0d-4393-b612-c4635edaeebc created successfully. 2018-11-25 10:27:44,758 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:27:45,339 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-11-25 10:27:46,030 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-11-25 10:27:46,410 - sdnvpn.lib.openstack_utils - DEBUG - Network 'fa01b165-e166-42ac-b38e-0e6add83e435' created successfully 2018-11-25 10:27:46,410 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:27:46,846 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ee694143-420d-4537-be88-d2eb47f44136' created successfully 2018-11-25 10:27:46,847 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:27:47,023 - sdnvpn.lib.openstack_utils - DEBUG - Router '54a80b74-528c-449d-b3e0-184295b3198c' created successfully 2018-11-25 10:27:47,023 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:27:48,790 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:27:48,790 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:27:50,356 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:27:50,744 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-11-25 10:27:50,984 - sdnvpn.lib.openstack_utils - DEBUG - Network '910a8f7c-5488-499e-b7c2-4a8e00374f78' created successfully 2018-11-25 10:27:50,984 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:27:51,823 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f4f3ad1c-e7d7-46a6-9000-90cbc1255d9b' created successfully 2018-11-25 10:27:51,823 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:27:51,957 - sdnvpn.lib.openstack_utils - DEBUG - Router 'c21e6692-f000-4058-b59c-f39dcc0f3dac' created successfully 2018-11-25 10:27:51,957 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:27:53,328 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:27:53,328 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:27:55,274 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:27:56,214 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-25 10:33:31,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-11-25 10:33:31,697 - 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-11-25 10:33:31,697 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-11-25 10:33:31,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-11-25 10:33:31,698 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-11-25 10:33:31,786 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-11-25 10:33:31,794 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:33:31,794 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-11-25 10:33:32,349 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:33:36,958 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:34:18,736 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-297087', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [u'55:55'], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'16d07d72-172e-4185-9f4d-bfaf55355d53'}} 2018-11-25 10:35:46,499 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:36:18,891 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-368795', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [u'88:88'], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'4113161e-4256-44e1-a489-be83d9cb080e'}} 2018-11-25 10:36:22,320 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:37:18,786 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-11-25 10:37:18,787 - 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-11-25 10:37:18,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-11-25 10:37:18,787 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-11-25 10:37:18,788 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-11-25 10:37:18,892 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-11-25 10:37:18,904 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:37:19,477 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:37:25,629 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:38:31,072 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-953418', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'891f7a71-339a-4418-84f5-7770f0752cea'}} 2018-11-25 10:40:08,070 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:41:10,933 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-953418', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'ca74c200-f64e-4936-8f5d-325d7847adbe'}} 2018-11-25 10:41:14,759 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:42:23,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-11-25 10:42:23,002 - 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'": 'FAIL'}, {u"'sdnvpn-1-1' can ping 'sdnvpn-1-5'": 'FAIL'}]} 2018-11-25 10:42:23,002 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-11-25 10:42:23,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-11-25 10:42:23,003 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-11-25 10:42:23,083 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-11-25 10:42:23,092 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:42:38,393 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:42:41,824 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:43:57,997 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-11-25 10:45:28,907 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-11-25 10:46:59,667 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-11-25 10:47:46,240 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-11-25 10:47:46,241 - 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 325, actual flow count 347': 'PASS'}, {'OVS groups are programmed after resync expected group count 25, actual group count 25': 'PASS'}, {'OVS flows are programmed after resync expected flow count 325, actual flow count 346': 'PASS'}, {'OVS groups are programmed after resync expected group count 25, actual group count 25': 'PASS'}]} 2018-11-25 10:47:46,241 - 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-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-11-25 10:47:46,241 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-11-25 10:47:46,330 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-11-25 10:47:46,342 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:48:02,239 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:48:05,531 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:50:07,533 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-25 10:50:54,413 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-11-25 10:51:24,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-11-25 10:51:24,660 - 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': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-11-25 10:51:24,660 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-11-25 10:51:24,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-11-25 10:51:24,661 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-11-25 10:51:24,738 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-11-25 10:51:24,746 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 10:51:25,309 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 10:51:29,035 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-11-25 10:51:29,337 - sdnvpn.lib.openstack_utils - DEBUG - Network '0cc6ea3e-fc37-4bb3-8d89-b75b48544569' created successfully 2018-11-25 10:51:29,337 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 10:51:29,960 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '1f1c179d-1540-4bc4-bc54-7c1232a71bd3' created successfully 2018-11-25 10:51:29,960 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 10:51:30,273 - sdnvpn.lib.openstack_utils - DEBUG - Router '99fe2fe9-f790-4048-b689-e7da3caec038' created successfully 2018-11-25 10:51:30,274 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 10:51:31,892 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 10:51:31,892 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 10:51:33,388 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 10:51:34,482 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 10:52:36,669 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-777915', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'93b644d1-a65d-49cd-83e0-359682948ab8'}} 2018-11-25 10:53:36,257 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:54:39,220 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-777915', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'375c119f-b090-4526-b81c-a02945b1979f'}} 2018-11-25 10:54:42,810 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 10:55:12,840 - 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-11-25 10:55:52,327 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-11-25 10:55:52,327 - 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-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-11-25 10:55:52,328 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-11-25 10:55:52,514 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-11-25 10:55:53,339 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'id': u'35221469e7374151bbe37c4ac4cb5ac1', '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-11-25 10:55:53,795 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9b8272b9f23b4da68362aafeb1bd78dd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0'}) 2018-11-25 10:55:53,963 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 10:55:54,151 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/6930393fcdf24ce8b00564edede5213b'}, 'domain_id': None, 'human_id': None, 'id': u'6930393fcdf24ce8b00564edede5213b', 'HUMAN_ID': False}) 2018-11-25 10:55:54,725 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 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': '2a644900-e7a4-421a-82d7-0b909b99d36a', 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_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'project_id': u'35221469e7374151bbe37c4ac4cb5ac1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 10:55:54,730 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'bgpvpn-tempest-tests-user_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'password': '2a644900-e7a4-421a-82d7-0b909b99d36a', 'project_name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '35221469e7374151bbe37c4ac4cb5ac1', 'project_domain_name': 'Default'} 2018-11-25 10:55:55,966 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 10:56:04,985 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 10:56:04.745 155 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=97c94f89-8660-4566-b220-7b24e33bf7f7) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 97c94f89-8660-4566-b220-7b24e33bf7f7 | 2018-11-25T10:56:04 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 97c94f89-8660-4566-b220-7b24e33bf7f7 ~/.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-11-25 10:56:08,292 - 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-11-25 10:56:08,293 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 10:56:14,508 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 10:56:12.489 164 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 10:56:12.624 164 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 10:56:14.312 164 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) has been successfully created! Using verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) as the default verifier for the future CLI operations. 2018-11-25 10:56:20,054 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/file', 'owner': u'35221469e7374151bbe37c4ac4cb5ac1', 'id': u'334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', 'size': 12716032, u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35221469e7374151bbe37c4ac4cb5ac1', 'name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T10:56:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T10:56:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'created': u'2018-11-25T10:56:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T10:56:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/334e9a01-0dfc-46c7-8f7a-2b46db87c7f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 10:56:20,249 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'd93264dd-3b90-4373-8c11-225992412559', 'swap': 0}) 2018-11-25 10:56:22,311 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/file', 'owner': u'35221469e7374151bbe37c4ac4cb5ac1', 'id': u'ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', 'size': 12716032, u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'35221469e7374151bbe37c4ac4cb5ac1', 'name': 'bgpvpn-tempest-tes-project_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T10:56:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T10:56:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', 'created': u'2018-11-25T10:56:21Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T10:56:21Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/ffa3ef60-8dfa-4fa1-8031-968b6b4c98f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/bgpvpn-tempest-tests-img_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 10:56:22,374 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'7940d0ef-d80f-448c-b02e-b110d7948ef3', 'swap': 0}) 2018-11-25 10:56:22,404 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'bgpvpn-tempest-tests-flavor_alt_84b131f6-abeb-4ac9-8236-2edae4bb6fd0', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'7940d0ef-d80f-448c-b02e-b110d7948ef3', 'swap': 0}) 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 10:56:24.543 183 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7). 2018-11-25 10:56:25.419 183 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 10:56:25.421 183 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7) has been successfully configured for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7)! 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 10:56:25,586 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 10:56:25,590 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 10:56:25,614 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 10:56:28,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-223a36d7-48d5-4b98-9169-b7524e9906f7/repo; testr list-tests '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/bgpvpn-tempest-tests/test_list.txt 2>/dev/null) 2018-11-25 10:56:28,633 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 10:56:28,658 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 10:56:28,658 - 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-11-25 10:56:30,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 10:56:30.659 192 INFO rally.api [-] Starting verification (UUID=79957f57-7504-4ad7-bf38-d17ef469f396) for deployment 'opnfv-rally' (UUID=97c94f89-8660-4566-b220-7b24e33bf7f7) by verifier 'opnfv-tempest' (UUID=223a36d7-48d5-4b98-9169-b7524e9906f7). 2018-11-25 10:56:30,660 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 79957f57-7504-4ad7-bf38-d17ef469f396 2018-11-25 11:00:42,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 79957f57-7504-4ad7-bf38-d17ef469f396 2018-11-25 11:00:42,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '79957f57-7504-4ad7-bf38-d17ef469f396']'. 2018-11-25 11:00:43,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 79957f57-7504-4ad7-bf38-d17ef469f396 | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 11:00:43,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 10:56:30 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 11:00:42 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:12 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 11:00:43,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 223a36d7-48d5-4b98-9169-b7524e9906f7) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 97c94f89-8660-4566-b220-7b24e33bf7f7) | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 17 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 243.268 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 15 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-25 11:00:43,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 11:00:43,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 11:00:43,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest bgpvpn-tempest-tests success_rate is 88.2352941176% 2018-11-25 11:00:47,322 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-11-25 11:00:47,323 - 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-11-25 11:00:47,323 - 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-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-11-25 11:00:47,323 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-11-25 11:00:47,519 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-11-25 11:00:47,530 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 11:00:48,100 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 11:00:51,270 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 11:03:38,371 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-11-25 11:03:38,371 - 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': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-3': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-11-25 11:03:38,371 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-11-25 11:03:38,372 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-11-25 11:03:38,372 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-11-25 11:03:38,455 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-11-25 11:03:38,455 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-11-25 11:03:38,465 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-11-25 11:03:39,024 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-11-25 11:03:50,212 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-11-25 11:03:50,268 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=c3ec5d30-5c5a-4347-a7a2-c7064ce1308a created successfully. 2018-11-25 11:03:51,557 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-11-25 11:03:52,025 - sdnvpn.lib.openstack_utils - DEBUG - Network '42824fd5-99b0-4a00-906f-87c9b9723deb' created successfully 2018-11-25 11:03:52,025 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-11-25 11:03:52,839 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '187611e4-0335-4533-9cba-089d93454112' created successfully 2018-11-25 11:03:52,840 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-11-25 11:03:53,184 - sdnvpn.lib.openstack_utils - DEBUG - Router 'b7d592d7-78d6-4481-9ed5-4639316c9690' created successfully 2018-11-25 11:03:53,184 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-11-25 11:03:54,532 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-11-25 11:03:54,533 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-11-25 11:03:56,172 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-11-25 11:03:56,369 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-11-25 11:06:55,844 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-11-25 11:08:12,639 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-220817', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'route_targets': [], u'project_id': u'6398f91c7f9a4cc9becafd672cd3c763', u'type': u'l3', u'id': u'94ad6801-d9d2-47d8-943a-7328c237cfac'}} 2018-11-25 11:08:13,860 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-11-25 11:08:46,056 - 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-11-25 11:09:18,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-11-25 11:09:18,726 - 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-11-25 11:09:18,726 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-11-25 11:09:19,004 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-11-25 11:09:34,838 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:41,033 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:41,050 - 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-11-25 11:09:45,170 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:45,187 - 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-11-25 11:09:51,189 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,206 - 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-11-25 11:09:51,690 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,706 - 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-11-25 11:09:51,965 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-11-25 11:09:51,982 - 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-11-25 11:09:52,012 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-11-25 11:09:53,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-25 11:09:53,666 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 46:45 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-11-25 11:09:53,673 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-11-25 11:09:53,673 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 04:37 | PASS | | bgpvpn | sdnvpn | features | 46:45 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-25 11:09:53,681 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-11-25 11:10:01,174 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 11:10:01,181 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:01,181 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 11:10:01,181 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-25 11:10:01,182 - 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-11-25 11:10:01,185 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 11:10:04,660 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 11:10:04,667 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:04,667 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-25 11:10:04,668 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-25 11:10:04,669 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-25 11:10:04,671 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-25 11:10:09,528 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-315 | | 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-11-25 11:10:09,531 - 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=h44RGgagc4vfXuVnq44ks6dxe export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23: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.5 export OS_REGION_NAME=regionOne 2018-11-25 11:10:09,531 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-25 11:10:09,536 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-25 11:10:13,328 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'id': u'5c82ea5877e24e21981e571133576cde', '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-11-25 11:10:13,787 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c5308749232747a18df20aad3ecbe3e1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a'}) 2018-11-25 11:10:14,033 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-25 11:10:14,222 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/b7fe04257d37498b959b4a0da3cb96cf'}, 'domain_id': None, 'human_id': None, 'id': u'b7fe04257d37498b959b4a0da3cb96cf', 'HUMAN_ID': False}) 2018-11-25 11:10:14,851 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 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': '659a27f9-68b9-43ca-8967-fdf0147ecffa', 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_f731c124-536d-4209-97fe-49a89d18f50a', 'project_id': u'5c82ea5877e24e21981e571133576cde', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-25 11:10:14,858 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_f731c124-536d-4209-97fe-49a89d18f50a', 'password': '659a27f9-68b9-43ca-8967-fdf0147ecffa', 'project_name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5c82ea5877e24e21981e571133576cde', 'project_domain_name': 'Default'} 2018-11-25 11:10:15,911 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-25 11:10:26,446 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-25 11:10:26.159 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=7a55ef16-0643-4f47-8826-a6958995a7f0) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 7a55ef16-0643-4f47-8826-a6958995a7f0 | 2018-11-25T11:10:26 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 7a55ef16-0643-4f47-8826-a6958995a7f0 ~/.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-11-25 11:10:29,675 - 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-11-25 11:10:29,676 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-25 11:10:35,571 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-25 11:10:33.469 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-25 11:10:33.615 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-25 11:10:35.394 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) has been successfully created! Using verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) as the default verifier for the future CLI operations. 2018-11-25 11:10:38,330 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-25 11:10:40,250 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf/file', 'owner': u'5c82ea5877e24e21981e571133576cde', 'id': u'b1379c5b-0554-4186-a293-b2f565951aaf', 'size': 12716032, u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c82ea5877e24e21981e571133576cde', 'name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/b1379c5b-0554-4186-a293-b2f565951aaf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T11:10:40Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T11:10:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', 'created': u'2018-11-25T11:10:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T11:10:39Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b1379c5b-0554-4186-a293-b2f565951aaf', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 11:10:40,458 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'304a1963-4d64-41cd-9a87-1a97c0242701', 'swap': 0}) 2018-11-25 11:10:42,474 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/file', 'owner': u'5c82ea5877e24e21981e571133576cde', 'id': u'4bb39d20-f549-421b-8fbf-4d394d6c17e3', 'size': 12716032, u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5c82ea5877e24e21981e571133576cde', 'name': 'tempest_full_paral-project_f731c124-536d-4209-97fe-49a89d18f50a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://7b08eaed-0014-4306-9feb-1d4c012a6da5/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-25T11:10:42Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-25T11:10:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', 'created': u'2018-11-25T11:10:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-25T11:10:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/4bb39d20-f549-421b-8fbf-4d394d6c17e3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_f731c124-536d-4209-97fe-49a89d18f50a', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-25 11:10:42,528 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'45c3bac1-ca40-41a5-8601-58cfcd31a349', 'swap': 0}) 2018-11-25 11:10:42,711 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_f731c124-536d-4209-97fe-49a89d18f50a', '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'6398f91c7f9a4cc9becafd672cd3c763', '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'45c3bac1-ca40-41a5-8601-58cfcd31a349', 'swap': 0}) 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-25 11:10:44.696 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0). 2018-11-25 11:10:45.542 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-25 11:10:45.545 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) has been successfully configured for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0)! 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-25 11:10:45,706 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-25 11:10:45,710 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-25 11:10:45,726 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-25 11:10:48,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b65ae5fd-c900-4a42-a8b7-dc3ca04bce73/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-25 11:10:48,564 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-25 11:10:48,592 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-25 11:10:48,595 - 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-11-25 11:10:50,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:50.582 49 INFO rally.api [-] Starting verification (UUID=35994109-4c77-478b-bcc1-dadebf3c9b4a) for deployment 'opnfv-rally' (UUID=7a55ef16-0643-4f47-8826-a6958995a7f0) by verifier 'opnfv-tempest' (UUID=b65ae5fd-c900-4a42-a8b7-dc3ca04bce73). 2018-11-25 11:10:50,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 35994109-4c77-478b-bcc1-dadebf3c9b4a 2018-11-25 11:10:55,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.199 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-11-25 11:10:55,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.289 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-25 11:10:55,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.302 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-11-25 11:10:55,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.306 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-25 11:10:55,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:55.374 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-11-25 11:10:58,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.805 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.228s] 2018-11-25 11:10:58,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.892 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.087s] 2018-11-25 11:10:58,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:58.991 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.221s] 2018-11-25 11:10:59,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.038 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.187s] 2018-11-25 11:10:59,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.084 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.046s] 2018-11-25 11:10:59,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.170 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.269s] 2018-11-25 11:10:59,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.178 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.094s] 2018-11-25 11:10:59,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.296s] 2018-11-25 11:10:59,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.223 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.219s] 2018-11-25 11:10:59,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.234 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.011s] 2018-11-25 11:10:59,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.254 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.075s] 2018-11-25 11:10:59,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.276 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.022s] 2018-11-25 11:10:59,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.350 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.337s] 2018-11-25 11:10:59,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.386 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.191s] 2018-11-25 11:10:59,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.398 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-11-25 11:10:59,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.402 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.168s] 2018-11-25 11:10:59,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.472 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.303s] 2018-11-25 11:10:59,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.481 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.130s] 2018-11-25 11:10:59,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.499 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.222s] 2018-11-25 11:10:59,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.503 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.104s] 2018-11-25 11:10:59,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.543 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.581s] 2018-11-25 11:10:59,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.558 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.058s] 2018-11-25 11:10:59,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.559 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-11-25 11:10:59,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.582 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.024s] 2018-11-25 11:10:59,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.593 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2018-11-25 11:10:59,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.602 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.009s] 2018-11-25 11:10:59,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.747 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.265s] 2018-11-25 11:10:59,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.804 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.615s] 2018-11-25 11:10:59,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:10:59.887 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.343s] 2018-11-25 11:11:00,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.001 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.191s] 2018-11-25 11:11:00,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.213 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.222s] 2018-11-25 11:11:00,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.316 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.429s] 2018-11-25 11:11:00,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.370 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.566s] 2018-11-25 11:11:00,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.431 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.429s] 2018-11-25 11:11:00,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.514 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.766s] 2018-11-25 11:11:00,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.643 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.430s] 2018-11-25 11:11:00,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.678 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.361s] 2018-11-25 11:11:00,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.394s] 2018-11-25 11:11:00,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.774 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-11-25 11:11:00,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.867 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.354s] 2018-11-25 11:11:00,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.875 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.101s] 2018-11-25 11:11:00,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:00.885 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-11-25 11:11:01,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.025 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.346s] 2018-11-25 11:11:01,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.383s] 2018-11-25 11:11:01,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.660 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.388s] 2018-11-25 11:11:01,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.713 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.053s] 2018-11-25 11:11:01,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:01.734 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.709s] 2018-11-25 11:11:02,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.107 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.393s] 2018-11-25 11:11:02,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.315 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.340s] 2018-11-25 11:11:02,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.320 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.585s] 2018-11-25 11:11:02,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.369s] 2018-11-25 11:11:02,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.539 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.061s] 2018-11-25 11:11:02,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:02.651 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [3.616s] 2018-11-25 11:11:03,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:03.836 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.512s] 2018-11-25 11:11:03,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:03.929 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.389s] 2018-11-25 11:11:04,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.380 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.451s] 2018-11-25 11:11:04,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.383 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.550s] 2018-11-25 11:11:04,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:04.692 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.308s] 2018-11-25 11:11:06,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.441 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-25 11:11:06,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.820 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.465s] 2018-11-25 11:11:06,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:06.851 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [4.199s] 2018-11-25 11:11:07,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.150 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.330s] 2018-11-25 11:11:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.311 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.144s] 2018-11-25 11:11:07,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.338 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.028s] 2018-11-25 11:11:07,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.522 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.371s] 2018-11-25 11:11:07,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:07.703 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.182s] 2018-11-25 11:11:08,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.047 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.342s] 2018-11-25 11:11:08,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.068 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.021s] 2018-11-25 11:11:08,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.378 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-11-25 11:11:08,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:08.379 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-11-25 11:11:09,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.093 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.210s] 2018-11-25 11:11:09,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.107 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.013s] 2018-11-25 11:11:09,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.147 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.040s] 2018-11-25 11:11:09,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.162 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-11-25 11:11:09,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.183 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.019s] 2018-11-25 11:11:09,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.194 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.237 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.042s] 2018-11-25 11:11:09,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.249 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.284 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.034s] 2018-11-25 11:11:09,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.297 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.011s] 2018-11-25 11:11:09,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.309 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.012s] 2018-11-25 11:11:09,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.322 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.012s] 2018-11-25 11:11:09,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-11-25 11:11:09,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.359 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.027s] 2018-11-25 11:11:09,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.386 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.311s] 2018-11-25 11:11:09,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.508 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.121s] 2018-11-25 11:11:09,552 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.552 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.043s] 2018-11-25 11:11:09,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.601 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.049s] 2018-11-25 11:11:09,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.677 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [2.825s] 2018-11-25 11:11:09,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.681 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-11-25 11:11:09,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.683 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-11-25 11:11:09,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.692 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.012s] 2018-11-25 11:11:09,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.714 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.144s] 2018-11-25 11:11:09,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.766 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.051s] 2018-11-25 11:11:09,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.823 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.057s] 2018-11-25 11:11:09,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:09.923 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.098s] 2018-11-25 11:11:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:10.058 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.136s] 2018-11-25 11:11:10,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:10.406 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.158s] 2018-11-25 11:11:13,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:13.601 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [14.680s] 2018-11-25 11:11:14,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:14.237 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.085s] 2018-11-25 11:11:14,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:14.699 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.504s] 2018-11-25 11:11:15,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:15.076 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.376s] 2018-11-25 11:11:15,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:15.724 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.648s] 2018-11-25 11:11:18,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:18.848 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.195s] 2018-11-25 11:11:19,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:19.673 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [11.497s] 2018-11-25 11:11:20,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:20.261 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.759s] 2018-11-25 11:11:20,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:20.783 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.522s] 2018-11-25 11:11:21,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.295 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.654s] 2018-11-25 11:11:21,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.519 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.224s] 2018-11-25 11:11:21,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.628 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.844s] 2018-11-25 11:11:21,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.905 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.175s] 2018-11-25 11:11:21,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.916 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-11-25 11:11:21,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:21.928 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-11-25 11:11:22,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.060 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.131s] 2018-11-25 11:11:22,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.073 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2018-11-25 11:11:22,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.114 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.041s] 2018-11-25 11:11:22,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.134 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.019s] 2018-11-25 11:11:22,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.187 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.053s] 2018-11-25 11:11:22,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.197 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.010s] 2018-11-25 11:11:22,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.241 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.043s] 2018-11-25 11:11:22,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.261 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.029s] 2018-11-25 11:11:22,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.021s] 2018-11-25 11:11:22,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.433 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.421s] 2018-11-25 11:11:22,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:22.443 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.009s] 2018-11-25 11:11:23,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:23.638 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [1.377s] 2018-11-25 11:11:24,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.423 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.978s] 2018-11-25 11:11:24,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.426 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-11-25 11:11:24,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.429 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-11-25 11:11:24,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.431 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-11-25 11:11:24,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.462 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.036s] 2018-11-25 11:11:24,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.559 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.920s] 2018-11-25 11:11:24,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.800 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.337s] 2018-11-25 11:11:24,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.803 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-11-25 11:11:24,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.804 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-11-25 11:11:24,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:24.805 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-11-25 11:11:25,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.758 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [15.345s] 2018-11-25 11:11:25,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.767 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-11-25 11:11:25,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.778 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-11-25 11:11:25,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:25.791 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-11-25 11:11:29,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:29.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [8.012s] 2018-11-25 11:11:29,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:29.913 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [5.352s] 2018-11-25 11:11:30,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:30.056 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [19.951s] 2018-11-25 11:11:31,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:31.226 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.173s] 2018-11-25 11:11:32,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.612 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.386s] 2018-11-25 11:11:32,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.889 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [21.868s] 2018-11-25 11:11:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.912 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.027s] 2018-11-25 11:11:32,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.925 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-11-25 11:11:32,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.939 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.014s] 2018-11-25 11:11:32,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:32.948 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.009s] 2018-11-25 11:11:33,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.278 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.328s] 2018-11-25 11:11:33,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.576 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.298s] 2018-11-25 11:11:33,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:33.893 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.316s] 2018-11-25 11:11:34,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.215 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.322s] 2018-11-25 11:11:34,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.319 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.706s] 2018-11-25 11:11:34,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:34.552 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.336s] 2018-11-25 11:11:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:35.710 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.389s] 2018-11-25 11:11:36,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:36.617 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.906s] 2018-11-25 11:11:37,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:37.112 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [22.874s] 2018-11-25 11:11:37,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:37.120 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.503s] 2018-11-25 11:11:38,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.397 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [1.275s] 2018-11-25 11:11:38,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.913 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.517s] 2018-11-25 11:11:38,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:38.994 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [9.460s] 2018-11-25 11:11:40,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:40.767 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [14.974s] 2018-11-25 11:11:41,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:41.599 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.830s] 2018-11-25 11:11:46,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.066 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.751s] 2018-11-25 11:11:46,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.290 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [19.842s] 2018-11-25 11:11:46,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:46.328 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.262s] 2018-11-25 11:11:51,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:51.290 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.065s] 2018-11-25 11:11:51,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:51.529 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.242s] 2018-11-25 11:11:52,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.303 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-11-25 11:11:52,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.958s] 2018-11-25 11:11:52,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:52.979 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.200s] 2018-11-25 11:11:53,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.074 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.093s] 2018-11-25 11:11:53,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.179 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.106s] 2018-11-25 11:11:53,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.288 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.108s] 2018-11-25 11:11:53,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.304 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.816s] 2018-11-25 11:11:53,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.338 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.035s] 2018-11-25 11:11:53,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:53.918 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [7.628s] 2018-11-25 11:11:55,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.088 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.747s] 2018-11-25 11:11:55,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.516 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [23.430s] 2018-11-25 11:11:55,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.524 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.436s] 2018-11-25 11:11:55,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:55.869 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [2.786s] 2018-11-25 11:11:56,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:56.694 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.824s] 2018-11-25 11:11:57,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:57.220 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.582s] 2018-11-25 11:11:57,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:57.453 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [22.098s] 2018-11-25 11:11:58,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:58.814 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [2.119s] 2018-11-25 11:11:58,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:11:58.886 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.374s] 2018-11-25 11:12:00,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:00.829 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.013s] 2018-11-25 11:12:01,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.364 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-25 11:12:01,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.545 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.150s] 2018-11-25 11:12:01,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.583 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.038s] 2018-11-25 11:12:01,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:01.850 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.266s] 2018-11-25 11:12:02,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:02.188 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [1.358s] 2018-11-25 11:12:06,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.146 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.177s] 2018-11-25 11:12:06,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.218 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.071s] 2018-11-25 11:12:06,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.277 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.059s] 2018-11-25 11:12:06,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.342 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.064s] 2018-11-25 11:12:06,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.025s] 2018-11-25 11:12:06,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.432 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.064s] 2018-11-25 11:12:06,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.481 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.049s] 2018-11-25 11:12:06,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.535 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.053s] 2018-11-25 11:12:06,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.555 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.019s] 2018-11-25 11:12:06,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.057s] 2018-11-25 11:12:06,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:06.680 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.066s] 2018-11-25 11:12:08,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:08.089 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.200s] 2018-11-25 11:12:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:11.070 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-11-25 11:12:27,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:27.622 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.923s] 2018-11-25 11:12:28,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:28.914 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-11-25 11:12:29,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:29.009 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-11-25 11:12:35,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:35.013 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [37.557s] 2018-11-25 11:12:36,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:36.163 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.332s] 2018-11-25 11:12:36,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:36.198 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.034s] 2018-11-25 11:12:37,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:37.393 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.382s] 2018-11-25 11:12:37,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:37.402 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [9.781s] 2018-11-25 11:12:43,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:43.157 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [40.425s] 2018-11-25 11:12:43,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:43.834 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [22.862s] 2018-11-25 11:12:45,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:45.814 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.661s] 2018-11-25 11:12:50,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:50.614 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [39.535s] 2018-11-25 11:12:52,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:52.716 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [55.486s] 2018-11-25 11:12:53,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:53.714 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [1.687s] 2018-11-25 11:12:54,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:54.728 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-11-25 11:12:55,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:55.948 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.327s] 2018-11-25 11:12:56,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:56.151 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [102.324s] 2018-11-25 11:12:56,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:56.173 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.027s] 2018-11-25 11:12:58,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:58.246 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [20.845s] 2018-11-25 11:12:58,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:12:58.247 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-11-25 11:13:02,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:02.746 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [18.910s] 2018-11-25 11:13:06,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:06.201 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.433s] 2018-11-25 11:13:06,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:06.263 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.062s] 2018-11-25 11:13:09,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:09.326 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [3.062s] 2018-11-25 11:13:09,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:09.390 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.064s] 2018-11-25 11:13:11,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:11.291 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.900s] 2018-11-25 11:13:13,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.248 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 [23.102s] 2018-11-25 11:13:13,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.259 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.012s] 2018-11-25 11:13:13,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.545 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.285s] 2018-11-25 11:13:13,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:13.575 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.031s] 2018-11-25 11:13:18,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:18.027 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [69.919s] 2018-11-25 11:13:18,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:18.611 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.673s] 2018-11-25 11:13:20,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:20.626 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.605s] 2018-11-25 11:13:21,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.076 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 [2.465s] 2018-11-25 11:13:21,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.089 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.012s] 2018-11-25 11:13:21,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:21.986 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 [0.896s] 2018-11-25 11:13:22,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:22.723 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 [0.736s] 2018-11-25 11:13:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.267 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.544s] 2018-11-25 11:13:24,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.293 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.193s] 2018-11-25 11:13:24,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.571 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.303s] 2018-11-25 11:13:24,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:24.607 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.036s] 2018-11-25 11:13:26,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:26.739 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [29.376s] 2018-11-25 11:13:26,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:26.907 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [2.614s] 2018-11-25 11:13:27,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:27.562 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [36.941s] 2018-11-25 11:13:27,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:27.563 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-11-25 11:13:34,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:34.134 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.460s] 2018-11-25 11:13:34,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:34.492 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.757s] 2018-11-25 11:13:37,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:37.900 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-11-25 11:13:38,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:38.760 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.652s] 2018-11-25 11:13:38,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:38.995 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.937s] 2018-11-25 11:13:43,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:43.326 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [4.329s] 2018-11-25 11:13:44,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:44.010 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [108.463s] 2018-11-25 11:13:45,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:45.361 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.036s] 2018-11-25 11:13:50,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.974 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:13:50,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.976 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-25 11:13:50,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:50.977 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-25 11:13:51,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:51.304 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-11-25 11:13:52,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:52.574 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [13.811s] 2018-11-25 11:13:56,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:56.886 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [12.874s] 2018-11-25 11:13:59,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:13:59.798 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.915s] 2018-11-25 11:14:00,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:00.276 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [5.390s] 2018-11-25 11:14:06,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:06.858 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [15.933s] 2018-11-25 11:14:08,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:08.048 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.770s] 2018-11-25 11:14:09,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:09.864 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.071s] 2018-11-25 11:14:17,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:17.788 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.209s] 2018-11-25 11:14:18,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:18.229 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [8.362s] 2018-11-25 11:14:20,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:20.927 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [84.732s] 2018-11-25 11:14:21,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:21.679 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.631s] 2018-11-25 11:14:22,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:22.262 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [83.993s] 2018-11-25 11:14:30,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:30.063 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.383s] 2018-11-25 11:14:32,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:32.294 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [90.931s] 2018-11-25 11:14:33,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.377 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [133.863s] 2018-11-25 11:14:33,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.440 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-11-25 11:14:33,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:33.793 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.352s] 2018-11-25 11:14:38,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:38.694 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [8.630s] 2018-11-25 11:14:40,162 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:40.162 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [48.246s] 2018-11-25 11:14:44,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:44.857 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [22.594s] 2018-11-25 11:14:46,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:46.504 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.384s] 2018-11-25 11:14:47,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:47.280 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.776s] 2018-11-25 11:14:48,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.114 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.829s] 2018-11-25 11:14:48,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.115 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [9.416s] 2018-11-25 11:14:48,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:48.842 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.731s] 2018-11-25 11:14:49,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:49.533 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.691s] 2018-11-25 11:14:49,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:49.907 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.372s] 2018-11-25 11:14:56,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:56.783 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [49.920s] 2018-11-25 11:14:57,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:14:57.160 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [9.048s] 2018-11-25 11:15:02,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:02.985 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [45.186s] 2018-11-25 11:15:04,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:04.218 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [7.057s] 2018-11-25 11:15:07,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:07.003 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [10.845s] 2018-11-25 11:15:07,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:07.500 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:15:09,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:09.967 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-25 11:15:12,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:12.386 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.422s] 2018-11-25 11:15:13,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.464 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.555s] 2018-11-25 11:15:13,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.649 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.181s] 2018-11-25 11:15:13,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.657 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.457s] 2018-11-25 11:15:13,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.659 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-11-25 11:15:13,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.660 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-11-25 11:15:13,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.661 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-11-25 11:15:13,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:13.998 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.351s] 2018-11-25 11:15:21,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:21.034 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [18.049s] 2018-11-25 11:15:24,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.246 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.077s] 2018-11-25 11:15:24,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.664 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.417s] 2018-11-25 11:15:24,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.728 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.063s] 2018-11-25 11:15:24,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.796 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.066s] 2018-11-25 11:15:24,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:24.868 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.073s] 2018-11-25 11:15:26,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:26.143 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.273s] 2018-11-25 11:15:27,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:27.778 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.634s] 2018-11-25 11:15:27,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:27.912 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [11.954s] 2018-11-25 11:15:31,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:31.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [113.837s] 2018-11-25 11:15:31,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:31.928 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [240.399s] 2018-11-25 11:15:35,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:35.578 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [187.392s] 2018-11-25 11:15:35,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:35.639 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.069s] 2018-11-25 11:15:36,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:36.067 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.428s] 2018-11-25 11:15:38,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:38.220 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-25 11:15:38,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:38.586 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [10.673s] 2018-11-25 11:15:39,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:39.470 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [7.706s] 2018-11-25 11:15:43,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:43.632 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.591s] 2018-11-25 11:15:44,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:44.471 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.884s] 2018-11-25 11:15:44,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:44.904 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.067s] 2018-11-25 11:15:45,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.166 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [1.534s] 2018-11-25 11:15:45,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.267 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.363s] 2018-11-25 11:15:45,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:45.511 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.244s] 2018-11-25 11:15:46,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.436 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.923s] 2018-11-25 11:15:46,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.661 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.225s] 2018-11-25 11:15:46,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.723 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.061s] 2018-11-25 11:15:46,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:46.778 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.054s] 2018-11-25 11:15:47,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.128 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.349s] 2018-11-25 11:15:47,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.336 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.208s] 2018-11-25 11:15:47,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.607 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.269s] 2018-11-25 11:15:47,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:47.711 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.104s] 2018-11-25 11:15:48,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:48.125 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.412s] 2018-11-25 11:15:48,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:48.474 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.350s] 2018-11-25 11:15:49,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:49.974 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.820s] 2018-11-25 11:15:52,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:52.043 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [55.252s] 2018-11-25 11:15:52,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:52.413 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.438s] 2018-11-25 11:15:54,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:54.601 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [2.187s] 2018-11-25 11:15:55,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.167 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [10.694s] 2018-11-25 11:15:55,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.494 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.144s] 2018-11-25 11:15:55,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.649 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.154s] 2018-11-25 11:15:55,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.806 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.157s] 2018-11-25 11:15:55,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:55.952 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.145s] 2018-11-25 11:15:56,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.099 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.147s] 2018-11-25 11:15:56,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.107 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.008s] 2018-11-25 11:15:56,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.255 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.148s] 2018-11-25 11:15:56,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.424 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.168s] 2018-11-25 11:15:56,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.576 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.152s] 2018-11-25 11:15:56,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:56.584 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.007s] 2018-11-25 11:15:58,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:15:58.872 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [38.740s] 2018-11-25 11:16:02,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:02.062 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [89.739s] 2018-11-25 11:16:02,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:02.375 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.208s] 2018-11-25 11:16:03,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:03.116 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.280s] 2018-11-25 11:16:03,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:03.858 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.160s] 2018-11-25 11:16:04,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:04.029 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.170s] 2018-11-25 11:16:04,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:04.059 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [103.110s] 2018-11-25 11:16:06,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:06.891 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [2.861s] 2018-11-25 11:16:07,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:07.453 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [12.852s] 2018-11-25 11:16:08,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.662 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.769s] 2018-11-25 11:16:08,835 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.835 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.174s] 2018-11-25 11:16:08,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:08.996 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.160s] 2018-11-25 11:16:09,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:09.012 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.016s] 2018-11-25 11:16:09,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:09.168 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.155s] 2018-11-25 11:16:10,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:10.669 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [3.215s] 2018-11-25 11:16:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:11.216 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [103.761s] 2018-11-25 11:16:12,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:12.112 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [9.734s] 2018-11-25 11:16:14,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:14.356 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.686s] 2018-11-25 11:16:15,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:15.482 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [4.269s] 2018-11-25 11:16:18,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.251 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.180s] 2018-11-25 11:16:18,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.418 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.167s] 2018-11-25 11:16:18,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:18.900 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.788s] 2018-11-25 11:16:24,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:24.467 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [2.495s] 2018-11-25 11:16:26,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:26.667 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.200s] 2018-11-25 11:16:27,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:27.419 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [11.936s] 2018-11-25 11:16:28,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:28.184 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [8.737s] 2018-11-25 11:16:33,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:33.366 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.466s] 2018-11-25 11:16:37,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:37.206 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.837s] 2018-11-25 11:16:37,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:37.799 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [4.509s] 2018-11-25 11:16:38,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:38.115 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [11.445s] 2018-11-25 11:16:38,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:38.809 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [113.931s] 2018-11-25 11:16:39,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.654 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.539s] 2018-11-25 11:16:39,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.719 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.920s] 2018-11-25 11:16:39,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:39.942 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.181s] 2018-11-25 11:16:43,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.012 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [3.357s] 2018-11-25 11:16:43,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.045 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.841s] 2018-11-25 11:16:43,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.138 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-25 11:16:43,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.139 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-25 11:16:43,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.140 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-25 11:16:43,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.319 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [82.265s] 2018-11-25 11:16:43,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.492 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.446s] 2018-11-25 11:16:43,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.748 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.256s] 2018-11-25 11:16:43,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.882 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 [4.162s] 2018-11-25 11:16:43,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:43.994 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.246s] 2018-11-25 11:16:44,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.051 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.056s] 2018-11-25 11:16:44,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.317 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.264s] 2018-11-25 11:16:44,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.609 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.291s] 2018-11-25 11:16:44,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.721 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.111s] 2018-11-25 11:16:44,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.783 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.062s] 2018-11-25 11:16:44,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:44.925 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-11-25 11:16:45,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:45.014 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.230s] 2018-11-25 11:16:49,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.041 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.554s] 2018-11-25 11:16:49,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.434 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.392s] 2018-11-25 11:16:49,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.734 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.852s] 2018-11-25 11:16:49,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:49.846 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.411s] 2018-11-25 11:16:50,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.214 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-11-25 11:16:50,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.215 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:16:50,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.223 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.376s] 2018-11-25 11:16:50,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:50.634 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.411s] 2018-11-25 11:16:54,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:54.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.397s] 2018-11-25 11:16:56,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:56.783 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [11.767s] 2018-11-25 11:16:57,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:57.039 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.187s] 2018-11-25 11:16:58,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.558 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.679s] 2018-11-25 11:16:58,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.564 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.437s] 2018-11-25 11:16:58,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:16:58.638 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.082s] 2018-11-25 11:17:00,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:00.271 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.706s] 2018-11-25 11:17:01,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:01.649 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [1.377s] 2018-11-25 11:17:02,667 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.667 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.017s] 2018-11-25 11:17:02,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.804 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [16.589s] 2018-11-25 11:17:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:02.947 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.431s] 2018-11-25 11:17:03,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:03.278 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.331s] 2018-11-25 11:17:04,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:04.196 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [84.706s] 2018-11-25 11:17:05,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:05.579 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.910s] 2018-11-25 11:17:06,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:06.577 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.685s] 2018-11-25 11:17:07,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:07.812 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-11-25 11:17:07,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:07.930 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.351s] 2018-11-25 11:17:10,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:10.738 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.190s] 2018-11-25 11:17:10,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:10.944 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.207s] 2018-11-25 11:17:11,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.139 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.194s] 2018-11-25 11:17:11,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.206 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-25 11:17:11,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.275s] 2018-11-25 11:17:11,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.439 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.024s] 2018-11-25 11:17:11,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.701 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.261s] 2018-11-25 11:17:11,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.753 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.051s] 2018-11-25 11:17:11,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:11.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.184s] 2018-11-25 11:17:12,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:12.124 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.187s] 2018-11-25 11:17:12,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:12.162 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.038s] 2018-11-25 11:17:16,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:16.772 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [2.206s] 2018-11-25 11:17:17,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:16.999 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.226s] 2018-11-25 11:17:17,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:17:17,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.412 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.412s] 2018-11-25 11:17:17,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.427 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.890s] 2018-11-25 11:17:17,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.492 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-11-25 11:17:17,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:17.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.266s] 2018-11-25 11:17:18,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.032 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-11-25 11:17:18,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.037 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-25 11:17:18,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.040 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-25 11:17:18,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.041 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 11:17:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.042 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-11-25 11:17:18,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.043 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-25 11:17:18,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.399 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.720s] 2018-11-25 11:17:18,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.072s] 2018-11-25 11:17:18,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.630 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [1.137s] 2018-11-25 11:17:18,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.674 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.202s] 2018-11-25 11:17:18,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.753 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-11-25 11:17:18,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.824 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.071s] 2018-11-25 11:17:18,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:18.933 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.109s] 2018-11-25 11:17:19,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:19.008 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-11-25 11:17:21,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:21.085 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [6.294s] 2018-11-25 11:17:21,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:21.424 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [49.685s] 2018-11-25 11:17:22,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.785 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [18.584s] 2018-11-25 11:17:22,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.840 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.047s] 2018-11-25 11:17:22,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:22.884 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.044s] 2018-11-25 11:17:23,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.521 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.741s] 2018-11-25 11:17:23,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.536 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.830s] 2018-11-25 11:17:23,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.606 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.893s] 2018-11-25 11:17:23,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.314s] 2018-11-25 11:17:23,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:23.909 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [1.024s] 2018-11-25 11:17:24,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.100 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.247s] 2018-11-25 11:17:24,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.392 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.786s] 2018-11-25 11:17:24,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.921 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.011s] 2018-11-25 11:17:24,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:24.976 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.876s] 2018-11-25 11:17:25,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:25.882 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.904s] 2018-11-25 11:17:26,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:26.461 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.578s] 2018-11-25 11:17:26,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:26.990 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.528s] 2018-11-25 11:17:27,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.312 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [24.504s] 2018-11-25 11:17:27,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.751 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.104s] 2018-11-25 11:17:27,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:27.926 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.176s] 2018-11-25 11:17:28,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:28.121 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.195s] 2018-11-25 11:17:30,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:30.639 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.638s] 2018-11-25 11:17:36,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:36.021 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [93.936s] 2018-11-25 11:17:39,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:39.732 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.114s] 2018-11-25 11:17:40,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.240 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.254s] 2018-11-25 11:17:40,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.307 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.067s] 2018-11-25 11:17:40,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.359 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.052s] 2018-11-25 11:17:40,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.425 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.065s] 2018-11-25 11:17:40,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:40.598 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.172s] 2018-11-25 11:17:41,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:41.999 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [13.873s] 2018-11-25 11:17:42,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.238 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [11.598s] 2018-11-25 11:17:42,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.663 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [188.857s] 2018-11-25 11:17:42,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:42.664 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-25 11:17:44,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:44.056 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.322s] 2018-11-25 11:17:46,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:46.004 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [101.923s] 2018-11-25 11:17:47,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:47.423 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.367s] 2018-11-25 11:17:52,362 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:52.361 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.938s] 2018-11-25 11:17:57,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:57.314 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [15.313s] 2018-11-25 11:17:57,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:57.501 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.190s] 2018-11-25 11:17:59,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:17:59.993 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [17.754s] 2018-11-25 11:18:00,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.424 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [17.399s] 2018-11-25 11:18:00,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.620 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.198s] 2018-11-25 11:18:00,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:00.856 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [3.354s] 2018-11-25 11:18:01,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:01.430 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.809s] 2018-11-25 11:18:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:02.246 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.144s] 2018-11-25 11:18:03,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.282 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [39.748s] 2018-11-25 11:18:03,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.630 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [36.313s] 2018-11-25 11:18:03,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:03.936 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-11-25 11:18:05,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:05.001 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [5.007s] 2018-11-25 11:18:05,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:05.254 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [3.822s] 2018-11-25 11:18:07,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:07.703 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.449s] 2018-11-25 11:18:08,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.129 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.426s] 2018-11-25 11:18:08,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.323 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.193s] 2018-11-25 11:18:08,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.456 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.454s] 2018-11-25 11:18:08,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:08.535 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [6.287s] 2018-11-25 11:18:09,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:09.398 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.460s] 2018-11-25 11:18:09,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:09.992 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-25 11:18:10,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:10.013 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.045s] 2018-11-25 11:18:10,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:10.403 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.122s] 2018-11-25 11:18:11,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:11.743 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [8.208s] 2018-11-25 11:18:11,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:11.880 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.344s] 2018-11-25 11:18:12,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:12.949 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-11-25 11:18:12,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:12.999 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.119s] 2018-11-25 11:18:13,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:13.809 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.809s] 2018-11-25 11:18:14,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:14.734 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.924s] 2018-11-25 11:18:15,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:15.844 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.108s] 2018-11-25 11:18:16,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:16.735 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.721s] 2018-11-25 11:18:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:17.060 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.216s] 2018-11-25 11:18:17,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:17.820 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [6.076s] 2018-11-25 11:18:19,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:19.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.283s] 2018-11-25 11:18:22,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:22.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.923s] 2018-11-25 11:18:22,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:22.516 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.248s] 2018-11-25 11:18:23,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:23.216 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.699s] 2018-11-25 11:18:23,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:23.898 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.681s] 2018-11-25 11:18:24,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.290 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.391s] 2018-11-25 11:18:24,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.537 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.246s] 2018-11-25 11:18:24,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:24.927 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.389s] 2018-11-25 11:18:25,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:25.927 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.998s] 2018-11-25 11:18:26,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:26.089 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [8.267s] 2018-11-25 11:18:26,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:26.893 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.965s] 2018-11-25 11:18:27,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:27.459 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.566s] 2018-11-25 11:18:28,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:28.480 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [16.781s] 2018-11-25 11:18:29,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:29.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [70.788s] 2018-11-25 11:18:29,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:29.829 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.021s] 2018-11-25 11:18:30,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.768 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.310s] 2018-11-25 11:18:30,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.774 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [0.943s] 2018-11-25 11:18:30,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.777 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-11-25 11:18:30,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.841 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.074s] 2018-11-25 11:18:30,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:30.917 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.076s] 2018-11-25 11:18:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:31.030 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.254s] 2018-11-25 11:18:31,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:31.172 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.142s] 2018-11-25 11:18:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:32.911 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [5.449s] 2018-11-25 11:18:32,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:32.912 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-11-25 11:18:33,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.076 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [6.988s] 2018-11-25 11:18:33,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.480 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.569s] 2018-11-25 11:18:33,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:33.738 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.257s] 2018-11-25 11:18:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.021 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.283s] 2018-11-25 11:18:34,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.263 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.240s] 2018-11-25 11:18:34,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:34.848 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.585s] 2018-11-25 11:18:35,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.298 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.449s] 2018-11-25 11:18:35,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.687 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.388s] 2018-11-25 11:18:35,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:35.953 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.266s] 2018-11-25 11:18:36,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:36.556 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.602s] 2018-11-25 11:18:36,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:36.802 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.246s] 2018-11-25 11:18:37,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:37.013 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [20.277s] 2018-11-25 11:18:37,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:37.238 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.435s] 2018-11-25 11:18:38,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.026 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.785s] 2018-11-25 11:18:38,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.027 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-11-25 11:18:38,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.028 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-11-25 11:18:38,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.437 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [25.894s] 2018-11-25 11:18:38,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.438 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-11-25 11:18:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.498 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.472s] 2018-11-25 11:18:38,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:38.939 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.440s] 2018-11-25 11:18:39,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:39.806 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.170s] 2018-11-25 11:18:42,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:42.766 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [9.686s] 2018-11-25 11:18:43,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:43.779 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [187.698s] 2018-11-25 11:18:43,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:43.780 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-25 11:18:44,354 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.354 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-25 11:18:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.355 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-25 11:18:44,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.356 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-25 11:18:44,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.579 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [16.097s] 2018-11-25 11:18:44,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:44.617 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [4.810s] 2018-11-25 11:18:45,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:45.478 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.536s] 2018-11-25 11:18:45,928 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:45.928 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.451s] 2018-11-25 11:18:46,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.234 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.305s] 2018-11-25 11:18:46,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.236 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-11-25 11:18:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.236 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-11-25 11:18:46,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.641 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.407s] 2018-11-25 11:18:46,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:46.879 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.237s] 2018-11-25 11:18:47,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:47.129 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.249s] 2018-11-25 11:18:49,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:49.090 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [18.170s] 2018-11-25 11:18:49,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:49.386 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [4.768s] 2018-11-25 11:18:52,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.211 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.824s] 2018-11-25 11:18:52,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.579 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [9.397s] 2018-11-25 11:18:52,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.698 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.119s] 2018-11-25 11:18:52,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.826 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.339s] 2018-11-25 11:18:52,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:52.988 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.162s] 2018-11-25 11:18:53,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:53.724 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [1.025s] 2018-11-25 11:18:54,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:54.779 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [12.011s] 2018-11-25 11:18:55,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:55.588 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [3.377s] 2018-11-25 11:18:56,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:56.156 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [10.200s] 2018-11-25 11:18:56,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:56.159 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-11-25 11:18:58,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:18:58.752 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [82.714s] 2018-11-25 11:19:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:03.089 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-25 11:19:03,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:03.426 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [7.835s] 2018-11-25 11:19:05,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:05.998 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2018-11-25 11:19:06,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.069 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.070s] 2018-11-25 11:19:06,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.170 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.100s] 2018-11-25 11:19:06,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.176 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-11-25 11:19:06,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.414 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [2.989s] 2018-11-25 11:19:06,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:06.784 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.370s] 2018-11-25 11:19:08,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:08.389 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [1.041s] 2018-11-25 11:19:09,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.091 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.701s] 2018-11-25 11:19:09,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.523 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.736s] 2018-11-25 11:19:09,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.537 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.725s] 2018-11-25 11:19:09,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:09.546 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-11-25 11:19:10,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.626 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.534s] 2018-11-25 11:19:10,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.661 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [11.909s] 2018-11-25 11:19:10,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:10.865 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [109.419s] 2018-11-25 11:19:11,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.192 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.670s] 2018-11-25 11:19:11,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.212 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2018-11-25 11:19:11,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.231 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.018s] 2018-11-25 11:19:11,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.248 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.017s] 2018-11-25 11:19:11,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.361 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.155s] 2018-11-25 11:19:11,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.910 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [22.820s] 2018-11-25 11:19:11,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:11.965 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.055s] 2018-11-25 11:19:12,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:12.137 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.172s] 2018-11-25 11:19:12,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:12.218 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-25 11:19:13,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.403 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.332s] 2018-11-25 11:19:13,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.467 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.064s] 2018-11-25 11:19:13,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.692 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-25 11:19:13,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.693 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-25 11:19:13,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:13.694 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-11-25 11:19:16,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:16.022 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.208s] 2018-11-25 11:19:16,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:16.093 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.070s] 2018-11-25 11:19:17,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.293 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-11-25 11:19:17,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.631 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [1.537s] 2018-11-25 11:19:17,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.644 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.014s] 2018-11-25 11:19:17,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.699 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.053s] 2018-11-25 11:19:17,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.709 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-25 11:19:17,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.776 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.066s] 2018-11-25 11:19:17,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:17.806 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.029s] 2018-11-25 11:19:20,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.179 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.217s] 2018-11-25 11:19:20,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.400 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:19:20,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.676 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.961s] 2018-11-25 11:19:20,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:20.866 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [4.156s] 2018-11-25 11:19:22,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:22.746 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.793s] 2018-11-25 11:19:26,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.128 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [5.450s] 2018-11-25 11:19:26,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.150 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [76.732s] 2018-11-25 11:19:26,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:26.375 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-25 11:19:30,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:30.447 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [18.307s] 2018-11-25 11:19:31,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:31.868 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 [5.739s] 2018-11-25 11:19:32,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.064 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-25 11:19:32,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.318 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.457s] 2018-11-25 11:19:32,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:32.722 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.404s] 2018-11-25 11:19:35,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:35.833 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.960s] 2018-11-25 11:19:35,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:35.925 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.203s] 2018-11-25 11:19:36,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.357 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-11-25 11:19:36,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.368 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-11-25 11:19:36,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.511 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.141s] 2018-11-25 11:19:36,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.521 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-11-25 11:19:36,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.532 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.010s] 2018-11-25 11:19:36,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.562 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-25 11:19:36,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.062s] 2018-11-25 11:19:36,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:36.689 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-11-25 11:19:37,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.003 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.313s] 2018-11-25 11:19:37,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.017 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.015s] 2018-11-25 11:19:37,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.088 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-11-25 11:19:37,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.786 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.059s] 2018-11-25 11:19:37,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:37.799 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-11-25 11:19:39,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:39.580 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.051s] 2018-11-25 11:19:39,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:39.600 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.020s] 2018-11-25 11:19:40,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:40.843 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [5.017s] 2018-11-25 11:19:42,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:42.753 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.223s] 2018-11-25 11:19:42,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:42.754 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-11-25 11:19:43,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:43.721 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.094s] 2018-11-25 11:19:43,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:43.931 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-25 11:19:44,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:44.306 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.553s] 2018-11-25 11:19:49,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:49.415 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.966s] 2018-11-25 11:19:49,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:49.602 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.540s] 2018-11-25 11:19:50,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.000 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [1.380s] 2018-11-25 11:19:50,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.003 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [39.126s] 2018-11-25 11:19:50,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.636 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.921s] 2018-11-25 11:19:50,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:50.676 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [6.953s] 2018-11-25 11:19:51,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.082 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.084s] 2018-11-25 11:19:51,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.224 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.184s] 2018-11-25 11:19:51,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.235 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-11-25 11:19:51,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.248 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.013s] 2018-11-25 11:19:51,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.610 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.360s] 2018-11-25 11:19:51,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.619 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-11-25 11:19:51,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.631 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.011s] 2018-11-25 11:19:51,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.932 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.832s] 2018-11-25 11:19:51,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:51.985 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.353s] 2018-11-25 11:19:52,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:52.285 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.202s] 2018-11-25 11:19:52,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:52.338 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.353s] 2018-11-25 11:19:53,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:53.043 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.759s] 2018-11-25 11:19:53,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:53.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.157s] 2018-11-25 11:19:54,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:54.789 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:19:56,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:56.385 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [5.709s] 2018-11-25 11:19:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:57.006 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-25 11:19:57,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:57.848 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.218s] 2018-11-25 11:19:58,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:58.066 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.219s] 2018-11-25 11:19:58,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:58.260 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.193s] 2018-11-25 11:19:59,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.001 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.740s] 2018-11-25 11:19:59,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.188 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.186s] 2018-11-25 11:19:59,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:19:59.431 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.088s] 2018-11-25 11:20:00,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:00.722 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [10.724s] 2018-11-25 11:20:01,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.010 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [7.252s] 2018-11-25 11:20:01,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.022 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.013s] 2018-11-25 11:20:01,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.237 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.214s] 2018-11-25 11:20:01,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.407 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.169s] 2018-11-25 11:20:01,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.590 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.183s] 2018-11-25 11:20:01,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.769 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.178s] 2018-11-25 11:20:01,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:01.949 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.179s] 2018-11-25 11:20:02,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.153 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.204s] 2018-11-25 11:20:02,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.222 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.069s] 2018-11-25 11:20:02,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.382 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.160s] 2018-11-25 11:20:02,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.431 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.048s] 2018-11-25 11:20:02,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.627 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.196s] 2018-11-25 11:20:02,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.636 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.008s] 2018-11-25 11:20:02,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.686 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.050s] 2018-11-25 11:20:02,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.742 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-25 11:20:02,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.874 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.187s] 2018-11-25 11:20:02,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.909 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.417s] 2018-11-25 11:20:02,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.926 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.017s] 2018-11-25 11:20:02,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:02.947 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.021s] 2018-11-25 11:20:03,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.047 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.172s] 2018-11-25 11:20:03,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.110 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [6.722s] 2018-11-25 11:20:03,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.293 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.344s] 2018-11-25 11:20:03,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:03.297 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.250s] 2018-11-25 11:20:04,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.077 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.779s] 2018-11-25 11:20:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.296 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.219s] 2018-11-25 11:20:04,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.328 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.032s] 2018-11-25 11:20:04,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.337 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.008s] 2018-11-25 11:20:04,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.350 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.304s] 2018-11-25 11:20:04,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.371 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-11-25 11:20:04,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.411 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.039s] 2018-11-25 11:20:04,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.443 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-11-25 11:20:04,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.615 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.171s] 2018-11-25 11:20:04,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.664 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.049s] 2018-11-25 11:20:04,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.702 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.038s] 2018-11-25 11:20:04,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.758 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.055s] 2018-11-25 11:20:04,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.813 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.055s] 2018-11-25 11:20:04,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.861 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.047s] 2018-11-25 11:20:04,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.878 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.582s] 2018-11-25 11:20:04,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.895 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-11-25 11:20:04,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.914 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.018s] 2018-11-25 11:20:04,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.924 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-25 11:20:04,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.935 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-11-25 11:20:04,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.959 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.023s] 2018-11-25 11:20:04,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.970 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.011s] 2018-11-25 11:20:04,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:04.985 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.014s] 2018-11-25 11:20:05,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.243 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.345s] 2018-11-25 11:20:05,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.404 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.161s] 2018-11-25 11:20:05,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.413 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.009s] 2018-11-25 11:20:05,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:05.789 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-25 11:20:07,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:07.549 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.132s] 2018-11-25 11:20:08,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:08.391 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.551s] 2018-11-25 11:20:08,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:08.527 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.416s] 2018-11-25 11:20:09,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.516 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.990s] 2018-11-25 11:20:09,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.570 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.242s] 2018-11-25 11:20:09,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:09.866 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [2.317s] 2018-11-25 11:20:11,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:11.803 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.887s] 2018-11-25 11:20:12,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:12.350 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.484s] 2018-11-25 11:20:13,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:13.412 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.435s] 2018-11-25 11:20:14,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.336 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.923s] 2018-11-25 11:20:14,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.404 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.068s] 2018-11-25 11:20:14,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.818 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.940s] 2018-11-25 11:20:14,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:14.949 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.545s] 2018-11-25 11:20:15,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:15.483 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.679s] 2018-11-25 11:20:16,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:16.602 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [1.784s] 2018-11-25 11:20:17,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:17.061 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.670s] 2018-11-25 11:20:17,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:17.642 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.159s] 2018-11-25 11:20:19,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.620 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.048s] 2018-11-25 11:20:19,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.653 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2018-11-25 11:20:19,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.680 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.222s] 2018-11-25 11:20:19,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.689 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-11-25 11:20:19,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.765 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.076s] 2018-11-25 11:20:19,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.808 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.042s] 2018-11-25 11:20:19,978 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:19.978 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.170s] 2018-11-25 11:20:20,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.156 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.178s] 2018-11-25 11:20:20,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.511 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.353s] 2018-11-25 11:20:20,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.659 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.017s] 2018-11-25 11:20:20,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:20.717 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.205s] 2018-11-25 11:20:21,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.093 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.376s] 2018-11-25 11:20:21,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.141 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.047s] 2018-11-25 11:20:21,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.333 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.191s] 2018-11-25 11:20:21,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.378 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-11-25 11:20:21,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.412 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.034s] 2018-11-25 11:20:21,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.457 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.044s] 2018-11-25 11:20:21,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:21.515 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.057s] 2018-11-25 11:20:22,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:22.255 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [131.849s] 2018-11-25 11:20:24,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.481 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [2.227s]: Skipped until Bug: 1014647 is resolved. 2018-11-25 11:20:24,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.853 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.791s] 2018-11-25 11:20:24,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:24.855 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-11-25 11:20:26,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.117 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.473s] 2018-11-25 11:20:26,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.118 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-25 11:20:26,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.327 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-25 11:20:26,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:26.682 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.948s] 2018-11-25 11:20:30,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:30.198 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.056s] 2018-11-25 11:20:31,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:31.196 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.659s] 2018-11-25 11:20:32,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:32.322 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [7.466s] 2018-11-25 11:20:34,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:34.467 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.249s] 2018-11-25 11:20:35,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:35.740 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [4.073s] 2018-11-25 11:20:35,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:35.785 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.319s] 2018-11-25 11:20:42,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.388 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.266s] 2018-11-25 11:20:42,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.606 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.217s] 2018-11-25 11:20:42,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:42.847 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.240s] 2018-11-25 11:20:43,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:43.539 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.691s] 2018-11-25 11:20:43,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:43.664 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.124s] 2018-11-25 11:20:44,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.062 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [8.321s] 2018-11-25 11:20:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.091 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.426s] 2018-11-25 11:20:44,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.145 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.054s] 2018-11-25 11:20:44,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.216 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.070s] 2018-11-25 11:20:44,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.469 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.253s] 2018-11-25 11:20:44,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.683 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.213s] 2018-11-25 11:20:44,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:44.911 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.227s] 2018-11-25 11:20:45,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.091 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.180s] 2018-11-25 11:20:45,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.166 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.074s] 2018-11-25 11:20:45,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.253 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.086s] 2018-11-25 11:20:45,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.501 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.247s] 2018-11-25 11:20:45,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.578 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.077s] 2018-11-25 11:20:45,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.627 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.049s] 2018-11-25 11:20:45,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.688 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.061s] 2018-11-25 11:20:45,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:45.734 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [13.412s] 2018-11-25 11:20:48,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:48.917 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-11-25 11:20:52,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:52.505 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [4.627s] 2018-11-25 11:20:53,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:53.018 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [4.929s] 2018-11-25 11:20:53,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:53.266 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [7.393s] 2018-11-25 11:20:54,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:54.521 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.016s] 2018-11-25 11:20:54,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:54.632 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.366s] 2018-11-25 11:20:55,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.059 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [88.891s] 2018-11-25 11:20:55,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.143 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.088s] 2018-11-25 11:20:55,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:55.196 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.053s] 2018-11-25 11:20:58,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:58.742 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [14.679s] 2018-11-25 11:20:58,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:20:58.771 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [4.137s] 2018-11-25 11:21:03,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:03.054 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.282s] 2018-11-25 11:21:05,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:05.029 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [40.537s] 2018-11-25 11:21:05,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:05.253 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [12.232s] 2018-11-25 11:21:06,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:06.605 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [7.862s] 2018-11-25 11:21:06,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:06.858 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [8.048s] 2018-11-25 11:21:07,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:07.281 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.182s] 2018-11-25 11:21:08,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:08.570 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.318s] 2018-11-25 11:21:11,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:11.370 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [2.798s] 2018-11-25 11:21:12,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:12.035 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.888s] 2018-11-25 11:21:14,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.264 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [7.405s] 2018-11-25 11:21:14,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.279 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.910s] 2018-11-25 11:21:14,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:14.568 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [7.963s] 2018-11-25 11:21:16,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:16.163 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [53.353s] 2018-11-25 11:21:16,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:16.180 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.916s] 2018-11-25 11:21:17,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:17.521 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-11-25 11:21:17,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:17.966 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.685s] 2018-11-25 11:21:19,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.560 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-11-25 11:21:19,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.563 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:21:19,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:19.764 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.194s] 2018-11-25 11:21:21,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:21.003 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.532s] 2018-11-25 11:21:22,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:22.133 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.951s] 2018-11-25 11:21:23,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:23.006 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [37.267s] 2018-11-25 11:21:24,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:24.977 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [2.843s] 2018-11-25 11:21:25,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:25.276 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.273s] 2018-11-25 11:21:26,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:26.044 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.714s] 2018-11-25 11:21:26,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:26.156 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [6.391s] 2018-11-25 11:21:27,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:27.300 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.256s] 2018-11-25 11:21:28,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.173 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.355s] 2018-11-25 11:21:28,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.266 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.297s] 2018-11-25 11:21:28,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.269 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-11-25 11:21:28,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:28.957 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.279s] 2018-11-25 11:21:32,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.151 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.174s] 2018-11-25 11:21:32,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.765 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-25 11:21:32,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:32.984 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [6.829s] 2018-11-25 11:21:33,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:33.915 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.647s] 2018-11-25 11:21:37,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:37.387 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.235s] 2018-11-25 11:21:40,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.142 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.085s] 2018-11-25 11:21:40,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.247 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.104s] 2018-11-25 11:21:40,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.353 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.105s] 2018-11-25 11:21:40,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.520 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.167s] 2018-11-25 11:21:40,649 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:40.648 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.128s] 2018-11-25 11:21:42,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.239 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.806s] 2018-11-25 11:21:42,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.863 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [3.006s] 2018-11-25 11:21:42,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:42.966 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [9.050s] 2018-11-25 11:21:44,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:44.660 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [7.273s] 2018-11-25 11:21:46,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:46.902 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.039s] 2018-11-25 11:21:47,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:47.780 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.118s] 2018-11-25 11:21:48,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:48.696 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.288s] 2018-11-25 11:21:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:50.353 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.450s] 2018-11-25 11:21:52,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:52.577 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.881s] 2018-11-25 11:21:52,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:52.767 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.137s] 2018-11-25 11:21:53,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:53.183 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.172s] 2018-11-25 11:21:53,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:53.255 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [37.091s] 2018-11-25 11:21:55,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:55.980 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.402s] 2018-11-25 11:21:56,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:56.607 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [6.254s] 2018-11-25 11:21:57,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.421 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.235s] 2018-11-25 11:21:57,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.422 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-11-25 11:21:57,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:57.944 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [10.164s] 2018-11-25 11:21:58,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:21:58.990 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [6.221s] 2018-11-25 11:22:00,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.368 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.948s] 2018-11-25 11:22:00,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.741 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [2.797s] 2018-11-25 11:22:00,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:00.965 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.985s] 2018-11-25 11:22:02,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:02.007 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.638s] 2018-11-25 11:22:05,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:05.760 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.018s] 2018-11-25 11:22:06,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.221 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.461s] 2018-11-25 11:22:06,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.572 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.350s] 2018-11-25 11:22:06,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:06.779 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.206s] 2018-11-25 11:22:07,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.153 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.373s] 2018-11-25 11:22:07,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.245 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.091s] 2018-11-25 11:22:07,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.360 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.115s] 2018-11-25 11:22:07,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.690 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.329s] 2018-11-25 11:22:07,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.747 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2018-11-25 11:22:07,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:07.799 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.052s] 2018-11-25 11:22:08,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:08.761 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-11-25 11:22:08,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:08.762 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-25 11:22:10,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.213 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.026s] 2018-11-25 11:22:10,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.415 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.218s] 2018-11-25 11:22:10,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:10.424 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.434s] 2018-11-25 11:22:11,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.048 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.632s] 2018-11-25 11:22:11,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.193 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-25 11:22:11,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:11.362 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.314s] 2018-11-25 11:22:13,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:13.180 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [30.208s] 2018-11-25 11:22:13,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:13.575 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [3.362s] 2018-11-25 11:22:15,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:15.518 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.343s] 2018-11-25 11:22:16,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.136 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.198s] 2018-11-25 11:22:16,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.320 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.554s] 2018-11-25 11:22:16,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.320 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.179s] 2018-11-25 11:22:16,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.494 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.177s] 2018-11-25 11:22:16,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:16.558 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.758s] 2018-11-25 11:22:19,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:19.009 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-25 11:22:20,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:20.285 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.788s] 2018-11-25 11:22:20,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:20.467 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.184s] 2018-11-25 11:22:21,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:21.038 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.457s] 2018-11-25 11:22:22,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:22.933 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.898s] 2018-11-25 11:22:24,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.398 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.029s] 2018-11-25 11:22:24,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.449 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.055s] 2018-11-25 11:22:24,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:24.488 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.038s] 2018-11-25 11:22:26,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:26.817 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [3.881s] 2018-11-25 11:22:27,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.344 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.553s] 2018-11-25 11:22:27,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.452 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-25 11:22:27,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.453 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:22:27,899 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:27.898 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.162s] 2018-11-25 11:22:29,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:29.912 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [3.095s] 2018-11-25 11:22:33,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:33.013 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.780s] 2018-11-25 11:22:33,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:33.544 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.199s] 2018-11-25 11:22:34,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:34.417 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.403s] 2018-11-25 11:22:36,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:36.291 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [6.376s] 2018-11-25 11:22:36,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:36.339 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.051s] 2018-11-25 11:22:37,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:37.347 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [2.928s] 2018-11-25 11:22:38,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:38.390 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-11-25 11:22:38,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:38.476 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.576s] 2018-11-25 11:22:41,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.291 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-25 11:22:41,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.292 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-25 11:22:41,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:41.997 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-25 11:22:42,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.055 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.904s] 2018-11-25 11:22:42,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.055 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.507s] 2018-11-25 11:22:42,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.327 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.275s] 2018-11-25 11:22:42,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:42.862 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.264s] 2018-11-25 11:22:43,026 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:43.026 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.037s] 2018-11-25 11:22:43,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:43.160 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.297s] 2018-11-25 11:22:44,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:44.568 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.318s] 2018-11-25 11:22:44,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:44.632 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [99.584s] 2018-11-25 11:22:45,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:45.273 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.703s] 2018-11-25 11:22:46,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:46.991 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-25 11:22:48,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:48.529 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.053s] 2018-11-25 11:22:48,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:48.617 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [6.564s] 2018-11-25 11:22:49,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:49.308 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [6.281s] 2018-11-25 11:22:52,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:52.306 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.775s] 2018-11-25 11:22:52,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:52.452 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.077s] 2018-11-25 11:22:53,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.134 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.205s] 2018-11-25 11:22:53,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.478 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.343s] 2018-11-25 11:22:53,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.662 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.183s] 2018-11-25 11:22:53,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:53.908 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.245s] 2018-11-25 11:22:54,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.098 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.191s] 2018-11-25 11:22:54,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.116 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.663s] 2018-11-25 11:22:54,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.332 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.232s] 2018-11-25 11:22:54,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.497 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.165s] 2018-11-25 11:22:54,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.521 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.024s] 2018-11-25 11:22:54,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.545 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.024s] 2018-11-25 11:22:54,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:54.963 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.415s] 2018-11-25 11:22:55,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.096 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.790s] 2018-11-25 11:22:55,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.356 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.239s] 2018-11-25 11:22:55,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.425 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.462s] 2018-11-25 11:22:55,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:55.492 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.066s] 2018-11-25 11:22:56,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:22:56.890 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-25 11:23:01,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:01.860 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [13.241s] 2018-11-25 11:23:02,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.022 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.217s] 2018-11-25 11:23:02,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.461 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.438s] 2018-11-25 11:23:02,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:02.864 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.960s] 2018-11-25 11:23:04,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:04.419 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-11-25 11:23:05,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:05.661 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.796s] 2018-11-25 11:23:08,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:08.036 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-25 11:23:08,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:08.038 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-25 11:23:09,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:09.260 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.386s] 2018-11-25 11:23:12,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.652 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [17.553s] 2018-11-25 11:23:12,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.826 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.175s] 2018-11-25 11:23:12,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:12.878 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.052s] 2018-11-25 11:23:14,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:14.723 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.876s] 2018-11-25 11:23:15,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.297 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.534s] 2018-11-25 11:23:15,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.639 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.916s] 2018-11-25 11:23:15,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:15.811 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.515s] 2018-11-25 11:23:16,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:16.328 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.688s] 2018-11-25 11:23:17,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.155 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.827s] 2018-11-25 11:23:17,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.317 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.162s] 2018-11-25 11:23:17,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.467 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.653s] 2018-11-25 11:23:17,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.495 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.177s] 2018-11-25 11:23:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:17.653 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.187s] 2018-11-25 11:23:18,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:18.775 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [1.279s] 2018-11-25 11:23:18,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:18.824 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [1.170s] 2018-11-25 11:23:22,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:22.706 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.826s] 2018-11-25 11:23:22,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:22.811 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.548s] 2018-11-25 11:23:24,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:24.220 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.413s] 2018-11-25 11:23:24,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:24.497 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.112s] 2018-11-25 11:23:25,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:25.269 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.048s] 2018-11-25 11:23:26,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:26.348 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.078s] 2018-11-25 11:23:27,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:27.291 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [2.793s] 2018-11-25 11:23:31,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:31.660 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.392s] 2018-11-25 11:23:35,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:35.448 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [2.503s] 2018-11-25 11:23:35,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:35.520 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.072s] 2018-11-25 11:23:36,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:36.441 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.258s] 2018-11-25 11:23:37,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:37.272 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [9.977s] 2018-11-25 11:23:39,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:39.570 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [16.863s] 2018-11-25 11:23:39,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:39.971 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [2.701s] 2018-11-25 11:23:40,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:40.041 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.471s] 2018-11-25 11:23:40,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:40.103 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.062s] 2018-11-25 11:23:43,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:43.541 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.568s] 2018-11-25 11:23:46,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:46.325 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.783s] 2018-11-25 11:23:49,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:49.681 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.354s] 2018-11-25 11:23:49,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:49.729 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.051s] 2018-11-25 11:23:52,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:52.042 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [11.935s] 2018-11-25 11:23:54,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:23:54.948 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [23.286s] 2018-11-25 11:24:01,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.212 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.212s] 2018-11-25 11:24:01,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.556 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.343s] 2018-11-25 11:24:01,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.596 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.040s] 2018-11-25 11:24:01,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.792 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.196s] 2018-11-25 11:24:01,990 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:01.989 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.196s] 2018-11-25 11:24:02,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.151 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-11-25 11:24:02,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.327 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.174s] 2018-11-25 11:24:02,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.515 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.189s] 2018-11-25 11:24:02,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.732 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.217s] 2018-11-25 11:24:02,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:02.959 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.226s] 2018-11-25 11:24:03,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:03.151 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.191s] 2018-11-25 11:24:05,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:05.348 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [10.403s] 2018-11-25 11:24:05,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:05.406 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.050s] 2018-11-25 11:24:08,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:08.899 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.551s] 2018-11-25 11:24:09,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:09.440 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [23.287s] 2018-11-25 11:24:10,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:10.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [18.068s] 2018-11-25 11:24:10,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:10.128 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [168.141s] 2018-11-25 11:24:12,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:12.527 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [68.090s] 2018-11-25 11:24:13,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:13.866 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.427s] 2018-11-25 11:24:14,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:14.722 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.900s] 2018-11-25 11:24:16,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:16.029 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.307s] 2018-11-25 11:24:17,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:17.987 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.120s] 2018-11-25 11:24:23,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:23.947 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [5.959s] 2018-11-25 11:24:26,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:26.017 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.661s] 2018-11-25 11:24:27,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:27.879 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [249.509s] 2018-11-25 11:24:28,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:28.576 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.629s] 2018-11-25 11:24:28,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:28.590 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.688s] 2018-11-25 11:24:32,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:32.291 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.274s] 2018-11-25 11:24:33,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:33.845 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [5.268s] 2018-11-25 11:24:34,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:34.033 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [8.093s] 2018-11-25 11:24:38,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:38.818 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.499s] 2018-11-25 11:24:42,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:42.012 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [7.978s] 2018-11-25 11:24:42,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:42.572 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [218.079s] 2018-11-25 11:24:43,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:43.121 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [4.303s] 2018-11-25 11:24:48,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:48.555 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-11-25 11:24:48,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:48.555 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-11-25 11:24:50,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.704 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-25 11:24:50,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.706 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-11-25 11:24:50,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:50.707 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-25 11:24:53,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.265 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.222s] 2018-11-25 11:24:53,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.524 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.259s] 2018-11-25 11:24:53,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.721 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.197s] 2018-11-25 11:24:53,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:53.894 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.171s] 2018-11-25 11:24:54,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:54.146 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.252s] 2018-11-25 11:24:59,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:24:59.087 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.939s] 2018-11-25 11:25:12,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:12.209 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [43.614s] 2018-11-25 11:25:15,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:15.640 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [3.435s] 2018-11-25 11:25:20,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:20.889 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [38.305s] 2018-11-25 11:25:27,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:27.518 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.875s] 2018-11-25 11:25:32,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:32.716 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [168.056s] 2018-11-25 11:25:39,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:39.401 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.399s] 2018-11-25 11:25:40,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.139 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.739s] 2018-11-25 11:25:40,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.554 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.415s] 2018-11-25 11:25:40,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:40.956 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [13.436s] 2018-11-25 11:25:41,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:41.004 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.448s] 2018-11-25 11:25:41,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:41.800 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.796s] 2018-11-25 11:25:43,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:43.235 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.433s] 2018-11-25 11:25:44,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:44.005 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.289s] 2018-11-25 11:25:44,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:44.686 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.450s] 2018-11-25 11:25:45,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:45.244 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.557s] 2018-11-25 11:25:46,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:46.240 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.995s] 2018-11-25 11:25:46,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:46.826 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [5.869s] 2018-11-25 11:25:47,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:47.077 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.837s] 2018-11-25 11:25:50,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:50.132 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-25 11:25:55,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:25:55.433 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.404s] 2018-11-25 11:26:04,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:04.861 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.472s] 2018-11-25 11:26:05,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:05.463 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [21.456s] 2018-11-25 11:26:17,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:17.256 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.490s] 2018-11-25 11:26:17,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:17.382 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.125s] 2018-11-25 11:26:18,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:18.874 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.492s] 2018-11-25 11:26:27,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:27.673 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [40.841s] 2018-11-25 11:26:39,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:39.970 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [7.388s] 2018-11-25 11:26:43,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.009 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [7.889s] 2018-11-25 11:26:43,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.059 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.050s] 2018-11-25 11:26:43,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:43.687 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.627s] 2018-11-25 11:26:45,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:45.718 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.029s] 2018-11-25 11:26:47,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.312 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.341s] 2018-11-25 11:26:47,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.796 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.078s] 2018-11-25 11:26:47,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.841 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.045s] 2018-11-25 11:26:47,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:47.924 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.083s] 2018-11-25 11:26:50,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:50.687 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [160.543s] 2018-11-25 11:26:52,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:52.046 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.734s] 2018-11-25 11:26:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:26:55.907 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.860s] 2018-11-25 11:27:00,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:00.330 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.422s] 2018-11-25 11:27:07,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:07.614 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2018-11-25 11:27:09,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:09.410 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-25 11:27:10,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:10.499 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.147s] 2018-11-25 11:27:11,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:11.217 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-25 11:27:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:12.565 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.064s] 2018-11-25 11:27:13,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:13.673 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.108s] 2018-11-25 11:27:15,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:15.123 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.449s] 2018-11-25 11:27:17,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:17.136 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.011s] 2018-11-25 11:27:17,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:17.274 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-25 11:27:19,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:19.287 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.150s] 2018-11-25 11:27:20,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:20.605 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.317s] 2018-11-25 11:27:20,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:20.767 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.162s] 2018-11-25 11:27:22,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:22.873 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [158.624s] 2018-11-25 11:27:23,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:23.159 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [2.390s] 2018-11-25 11:27:24,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:24.263 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.104s] 2018-11-25 11:27:25,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.072 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.808s] 2018-11-25 11:27:25,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.092 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.021s] 2018-11-25 11:27:25,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.247 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.154s] 2018-11-25 11:27:25,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:25.264 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.017s] 2018-11-25 11:27:26,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.938 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-25 11:27:26,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.939 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-25 11:27:26,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.941 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-11-25 11:27:26,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:26.943 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-25 11:27:34,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:34.313 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [88.830s] 2018-11-25 11:27:51,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:51.856 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [34.571s] 2018-11-25 11:27:56,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:27:56.734 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.881s] 2018-11-25 11:28:02,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:02.766 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [230.222s] 2018-11-25 11:28:10,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:10.783 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.341s] 2018-11-25 11:28:26,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:26.495 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [29.752s] 2018-11-25 11:28:34,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:34.113 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.620s] 2018-11-25 11:28:50,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:28:50.237 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [245.841s] 2018-11-25 11:29:04,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:29:04.566 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [90.227s] 2018-11-25 11:29:04,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:29:04.566 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-11-25 11:30:17,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:17.550 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.966s] 2018-11-25 11:30:22,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:22.228 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.681s] 2018-11-25 11:30:44,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:44.715 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.155s] 2018-11-25 11:30:44,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:44.757 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.042s] 2018-11-25 11:30:50,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:30:50.446 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.980s] 2018-11-25 11:31:01,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:01.972 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.744s] 2018-11-25 11:31:04,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:04.226 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:31:04,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:04.227 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-25 11:31:08,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.121 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.112s] 2018-11-25 11:31:08,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.491 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.381s] 2018-11-25 11:31:08,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:08.904 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.412s] 2018-11-25 11:31:16,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:16.503 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.334s] 2018-11-25 11:31:16,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:16.905 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.400s] 2018-11-25 11:31:17,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.508 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.603s] 2018-11-25 11:31:17,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.582 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.073s] 2018-11-25 11:31:17,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.657 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.075s] 2018-11-25 11:31:17,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:17.724 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.067s] 2018-11-25 11:31:26,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:26.217 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.473s] 2018-11-25 11:31:27,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.005 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.787s] 2018-11-25 11:31:27,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.502 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.497s] 2018-11-25 11:31:27,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:27.836 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.333s] 2018-11-25 11:31:28,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:28.830 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.992s] 2018-11-25 11:31:29,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:29.232 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.401s] 2018-11-25 11:31:29,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:29.627 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.395s] 2018-11-25 11:31:30,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:30.996 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.367s] 2018-11-25 11:31:31,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:31.237 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.237s] 2018-11-25 11:31:32,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.097 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.861s] 2018-11-25 11:31:32,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.169 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.073s] 2018-11-25 11:31:32,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:32.546 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.376s] 2018-11-25 11:31:33,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:33.216 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.668s] 2018-11-25 11:31:44,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.499 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [1.964s] 2018-11-25 11:31:44,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.657 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.160s] 2018-11-25 11:31:44,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:44.922 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.263s] 2018-11-25 11:31:56,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:31:56.635 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.605s] 2018-11-25 11:32:01,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:01.849 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.172s] 2018-11-25 11:32:03,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:03.610 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.759s] 2018-11-25 11:32:10,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.392 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.359s] 2018-11-25 11:32:10,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.553 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.160s] 2018-11-25 11:32:10,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.725 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-11-25 11:32:10,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:10.886 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.160s] 2018-11-25 11:32:16,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:16.158 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.163s] 2018-11-25 11:32:36,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:32:36.094 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.625s] 2018-11-25 11:36:11,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-25 11:36:11.603 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [215.500s] 2018-11-25 11:36:17,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 35994109-4c77-478b-bcc1-dadebf3c9b4a 2018-11-25 11:36:17,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '35994109-4c77-478b-bcc1-dadebf3c9b4a']'. 2018-11-25 11:36:18,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 35994109-4c77-478b-bcc1-dadebf3c9b4a | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-25 11:10:50 | 2018-11-25 11:36:18,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-25 11:36:16 | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:25:26 | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b65ae5fd-c900-4a42-a8b7-dc3ca04bce73) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 7a55ef16-0643-4f47-8826-a6958995a7f0) | 2018-11-25 11:36:18,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1516.421 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1060 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 390 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-25 11:36:18,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-25 11:36:18,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-25 11:36:18,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 98.3302411874% 2018-11-25 11:36:18,939 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:41 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-25 11:36:22,225 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK