2018-05-24 18:06:37,872 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 18:06:37,874 - 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=Wrdxd4JPDyUKtrQcn9kFDk3u6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-24 18:06:37,874 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 18:06:37,874 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-05-24 18:06:37,875 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-05-24 18:06:37,875 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-05-24 18:06:39,971 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 18:06:48,788 - 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 8.806s OK 2018-05-24 18:06:48,910 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:06:48,910 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-05-24 18:06:48,913 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-05-24 18:06:49,586 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 18:15:48,103 - 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 538.464s OK 2018-05-24 18:15:48,223 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:15:48,224 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 08:58 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 18:15:48,228 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-05-24 18:15:48,934 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 18:16:22,216 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 33.281s OK 2018-05-24 18:16:22,331 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:16:22,331 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:33 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-05-24 18:16:22,335 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | api_check | functest | healthcheck | 08:58 | PASS | | snaps_health_check | functest | healthcheck | 00:33 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-05-24 18:16:22,338 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-24 18:17:12,263 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 18:17:12,266 - 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=Wrdxd4JPDyUKtrQcn9kFDk3u6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-24 18:17:12,266 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 18:17:12,267 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole odl snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+--------------------------------------------------+ 2018-05-24 18:17:12,268 - xtesting.ci.run_tests - INFO - Running tier 'smoke' 2018-05-24 18:17:12,268 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-05-24 18:17:13,786 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'9788d062-d00e-4902-9f69-20f17656755e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T17:59:58Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'51894d14-acde-49d3-a128-337e5d5c092a', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'8bea268bbc73498b857c48d7b87dbeb4', u'created_at': u'2018-05-24T17:59:53Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8bea268bbc73498b857c48d7b87dbeb4'}) 2018-05-24 18:17:14,156 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-24 18:17:14,156 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 18:17:14,629 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 18:17:14,629 - xtesting.energy.energy - DEBUG - Submitting scenario (vping_ssh/running) 2018-05-24 18:17:15,073 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin virtual environment setup 2018-05-24 18:17:15,073 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - vPing Start Time:'2018-05-24 18:17:15' 2018-05-24 18:17:15,073 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating image with name: 'functest-vping--de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:15,074 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Image metadata: None 2018-05-24 18:17:16,390 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--de34997d-7205-4f50-b154-2b3584afbe59', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T18:17:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/8c385898-d192-4ea8-ae92-ca52e8207b38/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8c385898-d192-4ea8-ae92-ca52e8207b38', u'size': None, u'name': u'functest-vping--de34997d-7205-4f50-b154-2b3584afbe59', u'checksum': None, u'self': u'/v2/images/8c385898-d192-4ea8-ae92-ca52e8207b38', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T18:17:15Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 18:17:16,390 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating network with name: 'vping-net-de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:16,668 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T18:17:16Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6a67e035-5183-483d-a926-ff4c9809eb6e', u'provider:segmentation_id': 17, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-de34997d-7205-4f50-b154-2b3584afbe59', u'admin_state_up': True, u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:17:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:17:17,251 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T18:17:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'6bbdcb5d-e90b-4e85-bae8-0d43b8f3c33b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-de34997d-7205-4f50-b154-2b3584afbe59', u'enable_dhcp': True, u'network_id': u'6a67e035-5183-483d-a926-ff4c9809eb6e', u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:17:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:17:17,252 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating router with name: 'vping-router-de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:18,273 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51894d14-acde-49d3-a128-337e5d5c092a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9788d062-d00e-4902-9f69-20f17656755e', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:17:17Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-24T18:17:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'id': u'e2f04e4d-19e9-49c7-ad3c-3eb9d77c46c2', u'name': u'vping-router-de34997d-7205-4f50-b154-2b3584afbe59'}) 2018-05-24 18:17:19,577 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating flavor with name: 'vping-flavor-de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:19,750 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - flavor: Munch({'name': u'vping-flavor-de34997d-7205-4f50-b154-2b3584afbe59', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'4f9fcaf1-e5c3-48d2-a53e-0a587a3476b2', 'swap': 0}) 2018-05-24 18:17:20,237 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:26,870 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-de34997d-7205-4f50-b154-2b3584afbe59': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:95:93:73', u'version': 4, u'addr': u'192.168.130.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8c385898-d192-4ea8-ae92-ca52e8207b38'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-24T18:10:00.000000', 'flavor': Munch({u'id': u'4f9fcaf1-e5c3-48d2-a53e-0a587a3476b2'}), 'az': u'nova', 'id': u'090b8934-b525-4a21-a415-5a153e6ebeda', 'security_groups': [Munch({u'name': u'vping-sg-de34997d-7205-4f50-b154-2b3584afbe59'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38ffdac9379b4ae6a300dc7c4d70b896', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-24T18:10:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T18:17:25Z', 'hostId': u'3dea218af0392f18b8259c862b0a9124ad106f9934f1f2a8af3caa74', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.5', 'cloud': 'envvars', 'host_id': u'3dea218af0392f18b8259c862b0a9124ad106f9934f1f2a8af3caa74', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000b', u'OS-SRV-USG:launched_at': u'2018-05-24T18:10:00.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-de34997d-7205-4f50-b154-2b3584afbe59', 'adminPass': u'yMy6fJMgx9nE', 'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'region': 'regionOne', 'created': u'2018-05-24T18:17:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 18:17:28,656 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 459012134 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.136651] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138393] pid_max: default: 32768 minimum: 301 [ 0.139333] ACPI: Core revision 20150930 [ 0.140746] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142115] Security Framework initialized [ 0.142965] Yama: becoming mindful. [ 0.143732] AppArmor: AppArmor initialized [ 0.144635] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146038] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147374] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148638] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150092] Initializing cgroup subsys io [ 0.150939] Initializing cgroup subsys memory [ 0.151847] Initializing cgroup subsys devices [ 0.152758] Initializing cgroup subsys freezer [ 0.153668] Initializing cgroup subsys net_cls [ 0.154571] Initializing cgroup subsys perf_event [ 0.155522] Initializing cgroup subsys net_prio [ 0.156444] Initializing cgroup subsys hugetlb [ 0.157352] Initializing cgroup subsys pids [ 0.158259] CPU: Physical Processor ID: 0 [ 0.159813] mce: CPU supports 10 MCE banks [ 0.160701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161746] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.174087] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.180587] ftrace: allocating 31920 entries in 125 pages [ 0.207021] smpboot: Max logical packages: 1 [ 0.207921] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.209322] x2apic enabled [ 0.210154] Switched APIC routing to physical x2apic. [ 0.211948] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.213107] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.215175] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.217023] KVM setup paravirtual spinlock [ 0.218342] x86: Booted up 1 node, 1 CPUs [ 0.219194] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220635] devtmpfs: initialized [ 0.222394] evm: security.selinux [ 0.223128] evm: security.SMACK64 [ 0.223846] evm: security.SMACK64EXEC [ 0.224623] evm: security.SMACK64TRANSMUTE [ 0.225475] evm: security.SMACK64MMAP [ 0.226256] evm: security.ima [ 0.226919] evm: security.capability [ 0.227751] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.229680] pinctrl core: initialized pinctrl subsystem [ 0.230824] RTC time: 18:10:00, date: 05/24/18 [ 0.231818] NET: Registered protocol family 16 [ 0.232839] cpuidle: using governor ladder [ 0.233695] cpuidle: using governor menu [ 0.234514] PCCT header not found. [ 0.235303] ACPI: bus type PCI registered [ 0.236138] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.237422] PCI: Using configuration type 1 for base access [ 0.239224] ACPI: Added _OSI(Module Device) [ 0.240098] ACPI: Added _OSI(Processor Device) [ 0.240992] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.241924] ACPI: Added _OSI(Processor Aggregator Device) [ 0.244077] ACPI: Interpreter enabled [ 0.244893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.246800] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.248702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.250627] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.252514] ACPI: (supports S0 S5) [ 0.253242] ACPI: Using IOAPIC for interrupt routing [ 0.254346] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.257454] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.258686] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.259945] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.261149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.263409] acpiphp: Slot [3] registered [ 0.264227] acpiphp: Slot [4] registered [ 0.265065] acpiphp: Slot [5] registered [ 0.265926] acpiphp: Slot [6] registered [ 0.266728] acpiphp: Slot [7] registered [ 0.267539] acpiphp: Slot [8] registered [ 0.268351] acpiphp: Slot [9] registered [ 0.269156] acpiphp: Slot [10] registered [ 0.269969] acpiphp: Slot [11] registered [ 0.270780] acpiphp: Slot [12] registered [ 0.271603] acpiphp: Slot [13] registered [ 0.272423] acpiphp: Slot [14] registered [ 0.273241] acpiphp: Slot [15] registered [ 0.284246] acpiphp: Slot [16] registered [ 0.285088] acpiphp: Slot [17] registered [ 0.285935] acpiphp: Slot [18] registered [ 0.286746] acpiphp: Slot [19] registered [ 0.287573] acpiphp: Slot [20] registered [ 0.288405] acpiphp: Slot [21] registered [ 0.289226] acpiphp: Slot [22] registered [ 0.290039] acpiphp: Slot [23] registered [ 0.290850] acpiphp: Slot [24] registered [ 0.291666] acpiphp: Slot [25] registered [ 0.292485] acpiphp: Slot [26] registered [ 0.293309] acpiphp: Slot [27] registered [ 0.294123] acpiphp: Slot [28] registered [ 0.294938] acpiphp: Slot [29] registered [ 0.295776] acpiphp: Slot [30] registered [ 0.296620] acpiphp: Slot [31] registered [ 0.297444] PCI host bridge to bus 0000:00 [ 0.298263] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.299486] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.300726] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.302195] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.303654] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309923] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311211] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312392] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313681] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.320177] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321634] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.366773] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.368302] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.369717] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.371164] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.372570] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373845] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.375249] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376332] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.377937] vgaarb: loaded [ 0.378549] vgaarb: bridge control possible 0000:00:02.0 [ 0.379714] SCSI subsystem initialized [ 0.380553] ACPI: bus type USB registered [ 0.381396] usbcore: registered new interface driver usbfs [ 0.382450] usbcore: registered new interface driver hub [ 0.383483] usbcore: registered new device driver usb [ 0.384564] PCI: Using ACPI for IRQ routing [ 0.385612] NetLabel: Initializing [ 0.386347] NetLabel: domain hash size = 128 [ 0.387247] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.388216] NetLabel: unlabeled traffic allowed by default [ 0.389345] clocksource: Switched to clocksource kvm-clock [ 0.394780] AppArmor: AppArmor Filesystem Enabled [ 0.395758] pnp: PnP ACPI init [ 0.396721] pnp: PnP ACPI: found 5 devices [ 0.403110] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.404852] NET: Registered protocol family 2 [ 0.405832] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.407173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.408369] TCP: Hash tables configured (established 4096 bind 4096) [ 0.409572] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.410682] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.411885] NET: Registered protocol family 1 [ 0.412765] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.413898] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.415004] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.429081] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.443349] Trying to unpack rootfs image as initramfs... [ 0.492503] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.506555] Scanning for low memory corruption every 60 seconds [ 0.507969] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.509162] audit: initializing netlink subsys (disabled) [ 0.510223] audit: type=2000 audit(1527185401.115:1): initialized [ 0.511552] Initialise system trusted keyring [ 0.512504] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.513706] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.515707] zbud: loaded [ 0.516405] VFS: Disk quotas dquot_6.6.0 [ 0.517229] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.518776] fuse init (API version 7.23) [ 0.519674] Key type big_key registered [ 0.520480] Allocating IMA MOK and blacklist keyrings. [ 0.521608] Key type asymmetric registered [ 0.522456] Asymmetric key parser 'x509' registered [ 0.523404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.525229] io scheduler noop registered [ 0.526038] io scheduler deadline registered (default) [ 0.527031] io scheduler cfq registered [ 0.527878] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528926] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530210] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.531696] ACPI: Power Button [PWRF] [ 0.532523] GHES: HEST is not enabled! [ 0.545945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.573494] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.575689] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.599617] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601722] Linux agpgart interface v0.103 [ 0.603767] brd: module loaded [ 0.606943] loop: module loaded [ 0.611497] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.612971] GPT:90111 != 2097151 [ 0.613661] GPT:Alternate GPT header not at the end of the disk. [ 0.614773] GPT:90111 != 2097151 [ 0.615455] GPT: Use GNU Parted to correct GPT errors. [ 0.616434] vda: vda1 vda15 [ 0.617984] scsi host0: ata_piix [ 0.618747] scsi host1: ata_piix [ 0.619471] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.620702] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.622170] libphy: Fixed MDIO Bus: probed [ 0.623006] tun: Universal TUN/TAP device driver, 1.6 [ 0.623967] tun: (C) 1999-2004 Max Krasnyansky [ 0.626134] PPP generic driver version 2.4.2 [ 0.627062] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.628402] ehci-pci: EHCI PCI platform driver [ 0.629324] ehci-platform: EHCI generic platform driver [ 0.630343] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.631496] ohci-pci: OHCI PCI platform driver [ 0.632383] ohci-platform: OHCI generic platform driver [ 0.633396] uhci_hcd: USB Universal Host Controller Interface driver [ 0.647822] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.648845] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.650368] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.651421] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.652558] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.653815] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.655267] usb usb1: Product: UHCI Host Controller [ 0.656223] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.657394] usb usb1: SerialNumber: 0000:00:01.2 [ 0.658429] hub 1-0:1.0: USB hub found [ 0.659242] hub 1-0:1.0: 2 ports detected [ 0.660166] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662310] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663288] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664349] mousedev: PS/2 mouse device common for all mice [ 0.665634] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.667505] rtc_cmos 00:00: RTC can wake from S4 [ 0.668613] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.669877] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.671089] i2c /dev entries driver [ 0.671849] device-mapper: uevent: version 1.0.3 [ 0.672798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.674465] ledtrig-cpu: registered to indicate activity on CPUs [ 0.675775] NET: Registered protocol family 10 [ 0.676778] NET: Registered protocol family 17 [ 0.677694] Key type dns_resolver registered [ 0.678639] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.679793] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.681591] registered taskstats version 1 [ 0.682447] Loading compiled-in X.509 certificates [ 0.683908] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.685807] zswap: loaded using pool lzo/zbud [ 0.687189] Key type trusted registered [ 0.688738] Key type encrypted registered [ 0.689604] AppArmor: AppArmor sha1 policy hashing enabled [ 0.690661] ima: No TPM chip found, activating TPM-bypass! [ 0.691717] evm: HMAC attrs: 0x1 [ 0.692666] Magic number: 2:324:191 [ 0.693487] acpi device:1d: hash matches [ 0.694364] rtc_cmos 00:00: setting system clock to 2018-05-24 18:10:01 UTC (1527185401) [ 0.695985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.697135] EDD information not available. [ 0.778437] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790234] Write protecting the kernel read-only data: 14336k [ 0.791858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793696] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.51 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.719057] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.5... Lease of 192.168.130.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.61. iid=i-0000000b failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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: 2018-05-24 18:17:28,657 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating keypair with name: 'vping-keypair-de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:28,764 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBDNwqe3OyYXNTHbuh4H+my5OB+5sIwfaMTQtEQPL22xrWmXfqSYPw0xKl02YncfAZsctsOXv4g3B/XgsvFKrWEG/9OTi4eBXrZp698bjRIlQ1XkpEfSSciIkN4Tyw5BKnpJT1Cb0L937PaYcoRuPxtG077lhuRjHpqB+pFQ7YTS48ewZVN6AvYOHtoGhpCJ0mLbDBognNeBwrl36kMLELoDBUu073ZZlGIf1fGOtj9MFSKQrBeh9zxZObBQdjNBj9qF82wjIn28sI/yVk18FJKkLvIr1q4MlloDq+xr3C1wMwnCHd2S9s6DcpiOp+9Sivdhtk33zn4OY8/znHlqn/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwQzcKntzsmFzUx27oeB/psuTgfubCMH2jE0LREDy9tsa1pl3\n6kmD8NMSpdNmJ3HwGbHLbDl7+INwf14LLxSq1hBv/Tk4uHgV62aevfG40SJUNV5K\nRH0knIiJDeE8sOQSp6SU9Qm9C/d+z2mHKEbj8bRtO+5YbkYx6agfqRUO2E0uPHsG\nVTegL2Dh7aBoaQidJi2wwaIJzXgcK5d+pDCxC6AwVLtO92WZRiH9XxjrY/TBUikK\nwXofc8WTmwUHYzQY/ahfNsIyJ9vLCP8lZNfBSSpC7yK9auDJZaA6vsa9wtcDMJwh\n3dkvbOg3KYjqfvUor3YbZN985+DmPP85x5ap/wIDAQABAoIBAEzUM2Ls0rSxN9Zi\nROQ9lk/pQQFAAwlPODHKD6vQNWGs/VdeqGyjaVEUj51TLpqQK7/uFEkz73SNyt3F\nranFDeA3lnoupbY0hHS02IQ7iRQiF2VN6zyqmUF6zSCq/R5hBlOVmnqSr5vtmZgu\nJU4QOHNfHQH271ajtQWKlV8TNF88VxTPC7bZ/MnTF7RsC52Op9MZB/dFSji9OnBV\nm6o6e8gNGqvYf6SxNRf93v80Z6sHM4PNpkbgYeNSLdnMwRllEq0WxBQZOmMFlBhh\nPTrkVcwAMZZhJNHf/1PnK81PcCixX6ygbpHuPpT61OI6PBaNZSuNROpEESYQ78wy\nHwYd6yECgYEA5mCXKJ3hr5+LDVwaHtCz1g0WXCnNP09tfhDQHbvkoWCA6RfUjSlH\nEyZxMWMMYGjgQgR5kL5SjmG9G2PFcHG7qh7DBTmc3pJMa5oi3sq0TN4WMIQ9/3cD\nwemZ8SDCtBwk8SyytpwVDU8oatIMwIVIXEBg4PiSVj3oqebSuaMb4NkCgYEA1oV5\n0UqG/+UhaXhDP9Kwjk9IQjJKXMcceD3qsZIAHHFNTfEx8kzYP8vC3eB+aQaYNj+3\ngTEfWopEwz5PNONQs1H+kKuvvFReKwUyUdRTxy0+JNhJWwtudYOJwVabm/SI4def\n5DI7AoncDDVqURxO3q5O4MuT4pWcs1Mw2LZnGpcCgYEAyUyjKEF0f5Hn3d+Zj02L\npkC/Rf7csjJEGUC1qRWR/BSn74T8G/Byg2A2zhGfMerR8b2ZP4md932d0P4H+m3W\nrhq9C6bA1JZ/IhKH36a9juEMAI684alr5hephNG8b8ab3QTSj8+ocX22ckhiDiMo\nDDvQqyNoMuVblIH1pXHJnVkCgYBPoD+1RdqSRXR/d5pOqF/MkvUZTR15Dpcssp7Y\nxn6wEAZHtg16CLgEBhgQz3FcfowlJsVweNFQhB498nToBrA/v2GkRXX3i8Fgao9g\n/FUUi2CTwIyJ9NZNXEPXtdQQsVXVrnm09EgfCxjYl0MdVEqaMU0p96au5iXCElEB\nP8NJhQKBgQCpp2m14idhoodpiFx7kdGvAQ1Sm6qNCns62gI39PuNOpB/smlpjZGQ\n1TzJuCHLnqAplqlH5IrnFj3WOXrGcEKCGvle1G7laA6ouhA8narFxiaV1lk89Fh5\nsMmS5iqA2batma/iGIsJDdnEfl1Naism0X4zfPTveVSX/XKxk5So9Q==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'38ffdac9379b4ae6a300dc7c4d70b896', 'name': u'vping-keypair-de34997d-7205-4f50-b154-2b3584afbe59', 'created_at': '2018-05-24T18:17:28.763951', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'ce:32:5d:5b:e5:00:db:0e:61:0b:08:74:7a:f2:08:f6', 'type': 'ssh', 'id': u'vping-keypair-de34997d-7205-4f50-b154-2b3584afbe59'}) 2018-05-24 18:17:28,764 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwQzcKntzsmFzUx27oeB/psuTgfubCMH2jE0LREDy9tsa1pl3 6kmD8NMSpdNmJ3HwGbHLbDl7+INwf14LLxSq1hBv/Tk4uHgV62aevfG40SJUNV5K RH0knIiJDeE8sOQSp6SU9Qm9C/d+z2mHKEbj8bRtO+5YbkYx6agfqRUO2E0uPHsG VTegL2Dh7aBoaQidJi2wwaIJzXgcK5d+pDCxC6AwVLtO92WZRiH9XxjrY/TBUikK wXofc8WTmwUHYzQY/ahfNsIyJ9vLCP8lZNfBSSpC7yK9auDJZaA6vsa9wtcDMJwh 3dkvbOg3KYjqfvUor3YbZN985+DmPP85x5ap/wIDAQABAoIBAEzUM2Ls0rSxN9Zi ROQ9lk/pQQFAAwlPODHKD6vQNWGs/VdeqGyjaVEUj51TLpqQK7/uFEkz73SNyt3F ranFDeA3lnoupbY0hHS02IQ7iRQiF2VN6zyqmUF6zSCq/R5hBlOVmnqSr5vtmZgu JU4QOHNfHQH271ajtQWKlV8TNF88VxTPC7bZ/MnTF7RsC52Op9MZB/dFSji9OnBV m6o6e8gNGqvYf6SxNRf93v80Z6sHM4PNpkbgYeNSLdnMwRllEq0WxBQZOmMFlBhh PTrkVcwAMZZhJNHf/1PnK81PcCixX6ygbpHuPpT61OI6PBaNZSuNROpEESYQ78wy HwYd6yECgYEA5mCXKJ3hr5+LDVwaHtCz1g0WXCnNP09tfhDQHbvkoWCA6RfUjSlH EyZxMWMMYGjgQgR5kL5SjmG9G2PFcHG7qh7DBTmc3pJMa5oi3sq0TN4WMIQ9/3cD wemZ8SDCtBwk8SyytpwVDU8oatIMwIVIXEBg4PiSVj3oqebSuaMb4NkCgYEA1oV5 0UqG/+UhaXhDP9Kwjk9IQjJKXMcceD3qsZIAHHFNTfEx8kzYP8vC3eB+aQaYNj+3 gTEfWopEwz5PNONQs1H+kKuvvFReKwUyUdRTxy0+JNhJWwtudYOJwVabm/SI4def 5DI7AoncDDVqURxO3q5O4MuT4pWcs1Mw2LZnGpcCgYEAyUyjKEF0f5Hn3d+Zj02L pkC/Rf7csjJEGUC1qRWR/BSn74T8G/Byg2A2zhGfMerR8b2ZP4md932d0P4H+m3W rhq9C6bA1JZ/IhKH36a9juEMAI684alr5hephNG8b8ab3QTSj8+ocX22ckhiDiMo DDvQqyNoMuVblIH1pXHJnVkCgYBPoD+1RdqSRXR/d5pOqF/MkvUZTR15Dpcssp7Y xn6wEAZHtg16CLgEBhgQz3FcfowlJsVweNFQhB498nToBrA/v2GkRXX3i8Fgao9g /FUUi2CTwIyJ9NZNXEPXtdQQsVXVrnm09EgfCxjYl0MdVEqaMU0p96au5iXCElEB P8NJhQKBgQCpp2m14idhoodpiFx7kdGvAQ1Sm6qNCns62gI39PuNOpB/smlpjZGQ 1TzJuCHLnqAplqlH5IrnFj3WOXrGcEKCGvle1G7laA6ouhA8narFxiaV1lk89Fh5 sMmS5iqA2batma/iGIsJDdnEfl1Naism0X4zfPTveVSX/XKxk5So9Q== -----END RSA PRIVATE KEY----- 2018-05-24 18:17:29,648 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59' 2018-05-24 18:17:37,457 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-de34997d-7205-4f50-b154-2b3584afbe59': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:70:66:d6', u'version': 4, u'addr': u'192.168.130.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8c385898-d192-4ea8-ae92-ca52e8207b38'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-24T18:10:03.000000', 'flavor': Munch({u'id': u'4f9fcaf1-e5c3-48d2-a53e-0a587a3476b2'}), 'az': u'nova', 'id': u'fbcca9a7-5601-4821-a69d-73c8c10beba6', 'security_groups': [Munch({u'name': u'vping-sg-de34997d-7205-4f50-b154-2b3584afbe59'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38ffdac9379b4ae6a300dc7c4d70b896', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-24T18:10:03.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T18:17:36Z', 'hostId': u'fd34347a00ac8c122d398cfaf7cf77e7dc6ff8b0e11fdc3900032976', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping-keypair-de34997d-7205-4f50-b154-2b3584afbe59', 'public_v6': '', 'private_v4': u'192.168.130.3', 'cloud': 'envvars', 'host_id': u'fd34347a00ac8c122d398cfaf7cf77e7dc6ff8b0e11fdc3900032976', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000c', u'OS-SRV-USG:launched_at': u'2018-05-24T18:10:03.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59', 'adminPass': u'G7cVgXNXeGPJ', 'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'region': 'regionOne', 'created': u'2018-05-24T18:17:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 18:17:39,647 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - floating_ip2: Munch({'status': u'ACTIVE', 'router_id': u'e2f04e4d-19e9-49c7-ad3c-3eb9d77c46c2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'created_at': u'2018-05-24T18:17:39Z', 'attached': True, 'updated_at': u'2018-05-24T18:17:39Z', 'id': u'08497e62-537e-4a81-9c21-396267f05f1f', 'floating_network_id': u'51894d14-acde-49d3-a128-337e5d5c092a', 'fixed_ip_address': u'192.168.130.3', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'e2f04e4d-19e9-49c7-ad3c-3eb9d77c46c2', 'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'port_id': u'469a9100-8c74-4d01-afbc-208513da797d', 'port': u'469a9100-8c74-4d01-afbc-208513da797d', 'network': u'51894d14-acde-49d3-a128-337e5d5c092a'}) 2018-05-24 18:17:41,207 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 492773660 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.131606] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133250] pid_max: default: 32768 minimum: 301 [ 0.134145] ACPI: Core revision 20150930 [ 0.135527] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136833] Security Framework initialized [ 0.137641] Yama: becoming mindful. [ 0.138365] AppArmor: AppArmor initialized [ 0.139226] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140541] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141810] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143012] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144391] Initializing cgroup subsys io [ 0.145201] Initializing cgroup subsys memory [ 0.146058] Initializing cgroup subsys devices [ 0.146936] Initializing cgroup subsys freezer [ 0.147800] Initializing cgroup subsys net_cls [ 0.148658] Initializing cgroup subsys perf_event [ 0.149564] Initializing cgroup subsys net_prio [ 0.150442] Initializing cgroup subsys hugetlb [ 0.151313] Initializing cgroup subsys pids [ 0.152184] CPU: Physical Processor ID: 0 [ 0.153689] mce: CPU supports 10 MCE banks [ 0.154533] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155528] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.167583] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174130] ftrace: allocating 31920 entries in 125 pages [ 0.201280] smpboot: Max logical packages: 1 [ 0.202126] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.203470] x2apic enabled [ 0.204276] Switched APIC routing to physical x2apic. [ 0.206011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.207125] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.209104] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210884] KVM setup paravirtual spinlock [ 0.212209] x86: Booted up 1 node, 1 CPUs [ 0.213012] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.214391] devtmpfs: initialized [ 0.216107] evm: security.selinux [ 0.216803] evm: security.SMACK64 [ 0.217485] evm: security.SMACK64EXEC [ 0.218225] evm: security.SMACK64TRANSMUTE [ 0.219028] evm: security.SMACK64MMAP [ 0.219771] evm: security.ima [ 0.220407] evm: security.capability [ 0.221209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.223047] pinctrl core: initialized pinctrl subsystem [ 0.224144] RTC time: 18:10:03, date: 05/24/18 [ 0.225093] NET: Registered protocol family 16 [ 0.226063] cpuidle: using governor ladder [ 0.226873] cpuidle: using governor menu [ 0.227650] PCCT header not found. [ 0.228406] ACPI: bus type PCI registered [ 0.229208] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230447] PCI: Using configuration type 1 for base access [ 0.232203] ACPI: Added _OSI(Module Device) [ 0.233047] ACPI: Added _OSI(Processor Device) [ 0.233904] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.234797] ACPI: Added _OSI(Processor Aggregator Device) [ 0.236876] ACPI: Interpreter enabled [ 0.237650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239494] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241328] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245019] ACPI: (supports S0 S5) [ 0.245721] ACPI: Using IOAPIC for interrupt routing [ 0.246769] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.249876] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.252240] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.253427] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.255640] acpiphp: Slot [3] registered [ 0.256443] acpiphp: Slot [4] registered [ 0.257242] acpiphp: Slot [5] registered [ 0.258039] acpiphp: Slot [6] registered [ 0.258835] acpiphp: Slot [7] registered [ 0.259634] acpiphp: Slot [8] registered [ 0.260433] acpiphp: Slot [9] registered [ 0.261230] acpiphp: Slot [10] registered [ 0.262037] acpiphp: Slot [11] registered [ 0.262853] acpiphp: Slot [12] registered [ 0.263668] acpiphp: Slot [13] registered [ 0.264481] acpiphp: Slot [14] registered [ 0.265291] acpiphp: Slot [15] registered [ 0.276393] acpiphp: Slot [16] registered [ 0.277209] acpiphp: Slot [17] registered [ 0.278016] acpiphp: Slot [18] registered [ 0.278822] acpiphp: Slot [19] registered [ 0.279638] acpiphp: Slot [20] registered [ 0.280456] acpiphp: Slot [21] registered [ 0.281265] acpiphp: Slot [22] registered [ 0.282072] acpiphp: Slot [23] registered [ 0.282880] acpiphp: Slot [24] registered [ 0.283684] acpiphp: Slot [25] registered [ 0.284498] acpiphp: Slot [26] registered [ 0.285308] acpiphp: Slot [27] registered [ 0.286120] acpiphp: Slot [28] registered [ 0.286929] acpiphp: Slot [29] registered [ 0.287732] acpiphp: Slot [30] registered [ 0.288545] acpiphp: Slot [31] registered [ 0.289355] PCI host bridge to bus 0000:00 [ 0.290162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.291369] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.292582] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.294027] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.295469] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.301635] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302913] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.304084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.305351] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311716] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358727] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363096] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364484] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365746] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367159] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368208] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.369747] vgaarb: loaded [ 0.370346] vgaarb: bridge control possible 0000:00:02.0 [ 0.371503] SCSI subsystem initialized [ 0.372331] ACPI: bus type USB registered [ 0.373145] usbcore: registered new interface driver usbfs [ 0.374171] usbcore: registered new interface driver hub [ 0.375188] usbcore: registered new device driver usb [ 0.376250] PCI: Using ACPI for IRQ routing [ 0.377280] NetLabel: Initializing [ 0.377990] NetLabel: domain hash size = 128 [ 0.378835] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.379777] NetLabel: unlabeled traffic allowed by default [ 0.380876] clocksource: Switched to clocksource kvm-clock [ 0.386500] AppArmor: AppArmor Filesystem Enabled [ 0.387458] pnp: PnP ACPI init [ 0.388379] pnp: PnP ACPI: found 5 devices [ 0.394764] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396464] NET: Registered protocol family 2 [ 0.397428] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.399852] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401011] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402085] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403241] NET: Registered protocol family 1 [ 0.404100] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405193] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406258] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420244] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434450] Trying to unpack rootfs image as initramfs... [ 0.484471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498635] Scanning for low memory corruption every 60 seconds [ 0.500134] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501305] audit: initializing netlink subsys (disabled) [ 0.502336] audit: type=2000 audit(1527185404.000:1): initialized [ 0.503648] Initialise system trusted keyring [ 0.504590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505768] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507716] zbud: loaded [ 0.508420] VFS: Disk quotas dquot_6.6.0 [ 0.509252] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510776] fuse init (API version 7.23) [ 0.511657] Key type big_key registered [ 0.512454] Allocating IMA MOK and blacklist keyrings. [ 0.513577] Key type asymmetric registered [ 0.514403] Asymmetric key parser 'x509' registered [ 0.515352] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517186] io scheduler noop registered [ 0.517980] io scheduler deadline registered (default) [ 0.518963] io scheduler cfq registered [ 0.519797] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520837] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523560] ACPI: Power Button [PWRF] [ 0.524394] GHES: HEST is not enabled! [ 0.538101] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.566253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.568469] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597336] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.601021] Linux agpgart interface v0.103 [ 0.603614] brd: module loaded [ 0.604888] loop: module loaded [ 0.610160] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.611625] GPT:90111 != 2097151 [ 0.612311] GPT:Alternate GPT header not at the end of the disk. [ 0.613415] GPT:90111 != 2097151 [ 0.614097] GPT: Use GNU Parted to correct GPT errors. [ 0.615071] vda: vda1 vda15 [ 0.616577] scsi host0: ata_piix [ 0.617327] scsi host1: ata_piix [ 0.618053] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.619273] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.620723] libphy: Fixed MDIO Bus: probed [ 0.621556] tun: Universal TUN/TAP device driver, 1.6 [ 0.622515] tun: (C) 1999-2004 Max Krasnyansky [ 0.624660] PPP generic driver version 2.4.2 [ 0.625572] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.626860] ehci-pci: EHCI PCI platform driver [ 0.627728] ehci-platform: EHCI generic platform driver [ 0.628720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.629863] ohci-pci: OHCI PCI platform driver [ 0.630739] ohci-platform: OHCI generic platform driver [ 0.631726] uhci_hcd: USB Universal Host Controller Interface driver [ 0.646168] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.647220] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648693] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.649742] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.650874] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.652118] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653569] usb usb1: Product: UHCI Host Controller [ 0.654524] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.655686] usb usb1: SerialNumber: 0000:00:01.2 [ 0.656701] hub 1-0:1.0: USB hub found [ 0.657501] hub 1-0:1.0: 2 ports detected [ 0.658422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.660559] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.661538] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.662591] mousedev: PS/2 mouse device common for all mice [ 0.663870] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.665761] rtc_cmos 00:00: RTC can wake from S4 [ 0.666868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.668080] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.669303] i2c /dev entries driver [ 0.670086] device-mapper: uevent: version 1.0.3 [ 0.671045] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.672697] ledtrig-cpu: registered to indicate activity on CPUs [ 0.674046] NET: Registered protocol family 10 [ 0.675058] NET: Registered protocol family 17 [ 0.675956] Key type dns_resolver registered [ 0.676912] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.678030] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.679814] registered taskstats version 1 [ 0.680660] Loading compiled-in X.509 certificates [ 0.682133] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.684011] zswap: loaded using pool lzo/zbud [ 0.685416] Key type trusted registered [ 0.686982] Key type encrypted registered [ 0.687823] AppArmor: AppArmor sha1 policy hashing enabled [ 0.688867] ima: No TPM chip found, activating TPM-bypass! [ 0.689939] evm: HMAC attrs: 0x1 [ 0.690908] Magic number: 2:324:191 [ 0.691702] acpi device:1d: hash matches [ 0.692575] rtc_cmos 00:00: setting system clock to 2018-05-24 18:10:04 UTC (1527185404) [ 0.694216] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.695348] EDD information not available. [ 0.777873] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.790079] Write protecting the kernel read-only data: 14336k [ 0.791665] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.793505] 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.76 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.958303] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.3... Lease of 192.168.130.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.86. iid=i-0000000c 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.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQChUMpeI4MXiRE3oSJ/zIuQCMNH0hl9Mo5RONCMfpqh+ZJPXTR6KQhu3FMimGbi2kTCuMRBVLyfOqtahFRXZYIDp+v2+DffiAn2Ha1TG4M8piaNuBsZCZfrRP/+ICH/dlmypQd/x5SHhcIAA6ZvmKqxCUlpVYJqwjON76gKcz9HvAcN2wViq0IqlVmwTt6BHcWJcMh+ievyv6pb1L1aa2gIzLloX6mqmi3xHZQ2+5rlkTbVJzj3Xz7qvO6wRW45QWLrYHh3GKmHHetjwuv3rPXvR7GTlcn7Zcjk8KLagMrbn2zs66U9Rg1xXsPPtGjYWGx6ZNPZ8UoJxL0eFIjcmmP1 root@opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59 ssh-dss AAAAB3NzaC1kc3MAAACBAJgXWcMKwcwdseJUtytmP+JqTnNanRELa7ZgcVJG2kXU10+djt26rlQ5wA7NtBk3GwQR/vcygyJyQoF9heH3kYe9/MTlTN9gVssWyGbfp8roRFdIxfuA1v/Mp8H4RQ2eAjup/KwotVmYEfNmjuVweOkE5A1TP/P6EJ9bG3tdhs4lAAAAFQCrKfTZpsfgUBro2ujuvFWgOOIpPwAAAIEAhxpskmnvMUx2JHjiT4v/ydxw0h4KxOlJ19nYccy6qzidj+1XNg43QwYqzYL3VmN/OybNcga3Q2xd6DxRqZMdQZ9TVM7X6ww55dBN0TNqGa2kAO6JDGvWnCetFuySW4n/Ht85XyxjgegWtcB03YGSk2Cgus1QAqT+M61FYiZsLjcAAACBAItgXMp67Eg6Xo9QpywnSDFTHJK3uhie78ZMbJLKR336j9DTyQK+X0Sv70FBZXNJC9Z5YAbxJ0+MslKZib5Xh31V1/hSLIH82qx0eu+XaZvd6rWUznC2jZGORSCbP73qaEkL7o3R6BezfsaLArwFpp1FT538YACFP5M1R+iiVpC6 root@opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.3,24,fe80::f816:3eff:fe70:66d6/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.3 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-0000000c name: N/A availability-zone: nova local-hostname: opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.80 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-2-ssh--de34997d-7205-4f50-b154-2b3584afbe59 login: 2018-05-24 18:17:41,208 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - Begin test execution 2018-05-24 18:18:41,269 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 1: cannot connect to 172.30.9.204 2018-05-24 18:19:51,340 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 2: cannot connect to 172.30.9.204 2018-05-24 18:21:01,411 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 3: cannot connect to 172.30.9.204 2018-05-24 18:22:11,482 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 4: cannot connect to 172.30.9.204 2018-05-24 18:23:21,499 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 5: cannot connect to 172.30.9.204 2018-05-24 18:24:31,570 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - try 6: cannot connect to 172.30.9.204 2018-05-24 18:24:41,581 - functest.opnfv_tests.openstack.vping.vping_ssh - ERROR - cannot connect to 172.30.9.204 2018-05-24 18:24:41,581 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 18:24:41,582 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 18:24:42,120 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:24:42,121 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 07:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 18:24:55,297 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-05-24 18:24:56,100 - functest.opnfv_tests.openstack.vping.vping_base - DEBUG - ext_net: Munch({u'status': u'ACTIVE', u'subnets': [u'9788d062-d00e-4902-9f69-20f17656755e'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T17:59:58Z', u'is_default': False, u'revision_number': 4, u'port_security_enabled': True, u'mtu': 1500, u'id': u'51894d14-acde-49d3-a128-337e5d5c092a', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'8bea268bbc73498b857c48d7b87dbeb4', u'created_at': u'2018-05-24T17:59:53Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8bea268bbc73498b857c48d7b87dbeb4'}) 2018-05-24 18:24:56,101 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin virtual environment setup 2018-05-24 18:24:56,101 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing Start Time:'2018-05-24 18:24:56' 2018-05-24 18:24:56,101 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating image with name: 'functest-vping--0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:24:56,101 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Image metadata: None 2018-05-24 18:24:57,534 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/functest-vping--0bb4660e-e4e5-4b43-944b-2f814477d98c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T18:24:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'shared', u'file': u'/v2/images/b109196a-40f0-463e-ad59-7128242f67ae/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'b109196a-40f0-463e-ad59-7128242f67ae', u'size': None, u'name': u'functest-vping--0bb4660e-e4e5-4b43-944b-2f814477d98c', u'checksum': None, u'self': u'/v2/images/b109196a-40f0-463e-ad59-7128242f67ae', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T18:24:56Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 18:24:57,534 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating network with name: 'vping-net-0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:24:57,806 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T18:24:57Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8e35cdee-a9a5-4869-9aaa-d5cd2a421459', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping-net-0bb4660e-e4e5-4b43-944b-2f814477d98c', u'admin_state_up': True, u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:24:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:24:58,306 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T18:24:58Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.130.2', u'end': u'192.168.130.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.130.0/24', u'id': u'7805ec66-99b4-4e15-9fa2-2a444f002a26', u'subnetpool_id': None, u'service_types': [], u'name': u'vping-subnet-0bb4660e-e4e5-4b43-944b-2f814477d98c', u'enable_dhcp': True, u'network_id': u'8e35cdee-a9a5-4869-9aaa-d5cd2a421459', u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:24:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.130.1', u'ip_version': 4, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:24:58,306 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating router with name: 'vping-router-0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:24:59,433 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'51894d14-acde-49d3-a128-337e5d5c092a', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9788d062-d00e-4902-9f69-20f17656755e', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:24:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-05-24T18:24:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'id': u'b179aef2-fac4-4a39-a88b-3bc2c1ceeaef', u'name': u'vping-router-0bb4660e-e4e5-4b43-944b-2f814477d98c'}) 2018-05-24 18:25:00,873 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating flavor with name: 'vping-flavor-0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:25:01,078 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - flavor: Munch({'name': u'vping-flavor-0bb4660e-e4e5-4b43-944b-2f814477d98c', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'4163ba19-b8fe-45be-a180-16983c90786e', 'swap': 0}) 2018-05-24 18:25:01,644 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 1 instance with name: 'opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:25:08,050 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-0bb4660e-e4e5-4b43-944b-2f814477d98c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4c:dd:34', u'version': 4, u'addr': u'192.168.130.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b109196a-40f0-463e-ad59-7128242f67ae'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-24T18:17:42.000000', 'flavor': Munch({u'id': u'4163ba19-b8fe-45be-a180-16983c90786e'}), 'az': u'nova', 'id': u'2f350a48-db44-414f-a904-3d9b2981421d', 'security_groups': [Munch({u'name': u'vping-sg-0bb4660e-e4e5-4b43-944b-2f814477d98c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38ffdac9379b4ae6a300dc7c4d70b896', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-24T18:17:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T18:25:07Z', 'hostId': u'3dea218af0392f18b8259c862b0a9124ad106f9934f1f2a8af3caa74', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.7', 'cloud': 'envvars', 'host_id': u'3dea218af0392f18b8259c862b0a9124ad106f9934f1f2a8af3caa74', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000d', u'OS-SRV-USG:launched_at': u'2018-05-24T18:17:42.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c', 'adminPass': u'nCFyzRc5MM22', 'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'region': 'regionOne', 'created': u'2018-05-24T18:25:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 18:25:09,955 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm1 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 628851705 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.133158] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134935] pid_max: default: 32768 minimum: 301 [ 0.135900] ACPI: Core revision 20150930 [ 0.137332] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138694] Security Framework initialized [ 0.139543] Yama: becoming mindful. [ 0.140328] AppArmor: AppArmor initialized [ 0.141251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145213] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146664] Initializing cgroup subsys io [ 0.147526] Initializing cgroup subsys memory [ 0.148445] Initializing cgroup subsys devices [ 0.149370] Initializing cgroup subsys freezer [ 0.150300] Initializing cgroup subsys net_cls [ 0.151221] Initializing cgroup subsys perf_event [ 0.152188] Initializing cgroup subsys net_prio [ 0.153148] Initializing cgroup subsys hugetlb [ 0.154068] Initializing cgroup subsys pids [ 0.154953] CPU: Physical Processor ID: 0 [ 0.156511] mce: CPU supports 10 MCE banks [ 0.157409] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176489] ftrace: allocating 31920 entries in 125 pages [ 0.202402] smpboot: Max logical packages: 1 [ 0.203327] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.204789] x2apic enabled [ 0.205615] Switched APIC routing to physical x2apic. [ 0.207398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.208521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210502] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.212287] KVM setup paravirtual spinlock [ 0.213573] x86: Booted up 1 node, 1 CPUs [ 0.214383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215784] devtmpfs: initialized [ 0.217495] evm: security.selinux [ 0.218199] evm: security.SMACK64 [ 0.218889] evm: security.SMACK64EXEC [ 0.219632] evm: security.SMACK64TRANSMUTE [ 0.220440] evm: security.SMACK64MMAP [ 0.221188] evm: security.ima [ 0.221829] evm: security.capability [ 0.222627] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224472] pinctrl core: initialized pinctrl subsystem [ 0.225571] RTC time: 18:17:42, date: 05/24/18 [ 0.226521] NET: Registered protocol family 16 [ 0.227488] cpuidle: using governor ladder [ 0.228305] cpuidle: using governor menu [ 0.229091] PCCT header not found. [ 0.229849] ACPI: bus type PCI registered [ 0.230649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231893] PCI: Using configuration type 1 for base access [ 0.233641] ACPI: Added _OSI(Module Device) [ 0.234491] ACPI: Added _OSI(Processor Device) [ 0.235361] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.236259] ACPI: Added _OSI(Processor Aggregator Device) [ 0.238379] ACPI: Interpreter enabled [ 0.239158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240998] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246506] ACPI: (supports S0 S5) [ 0.247210] ACPI: Using IOAPIC for interrupt routing [ 0.248269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251345] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252487] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253720] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254915] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257136] acpiphp: Slot [3] registered [ 0.257944] acpiphp: Slot [4] registered [ 0.258758] acpiphp: Slot [5] registered [ 0.259561] acpiphp: Slot [6] registered [ 0.260365] acpiphp: Slot [7] registered [ 0.261173] acpiphp: Slot [8] registered [ 0.261978] acpiphp: Slot [9] registered [ 0.262778] acpiphp: Slot [10] registered [ 0.263591] acpiphp: Slot [11] registered [ 0.264409] acpiphp: Slot [12] registered [ 0.265230] acpiphp: Slot [13] registered [ 0.266050] acpiphp: Slot [14] registered [ 0.266859] acpiphp: Slot [15] registered [ 0.277689] acpiphp: Slot [16] registered [ 0.278519] acpiphp: Slot [17] registered [ 0.279333] acpiphp: Slot [18] registered [ 0.280147] acpiphp: Slot [19] registered [ 0.280956] acpiphp: Slot [20] registered [ 0.281776] acpiphp: Slot [21] registered [ 0.282585] acpiphp: Slot [22] registered [ 0.283403] acpiphp: Slot [23] registered [ 0.284218] acpiphp: Slot [24] registered [ 0.285031] acpiphp: Slot [25] registered [ 0.285847] acpiphp: Slot [26] registered [ 0.286657] acpiphp: Slot [27] registered [ 0.287472] acpiphp: Slot [28] registered [ 0.288291] acpiphp: Slot [29] registered [ 0.289103] acpiphp: Slot [30] registered [ 0.289918] acpiphp: Slot [31] registered [ 0.290725] PCI host bridge to bus 0000:00 [ 0.291535] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293970] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296887] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303170] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304453] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306898] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313181] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314605] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.362022] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363464] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.364895] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366278] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367530] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368681] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371461] vgaarb: loaded [ 0.372066] vgaarb: bridge control possible 0000:00:02.0 [ 0.373260] SCSI subsystem initialized [ 0.374090] ACPI: bus type USB registered [ 0.374921] usbcore: registered new interface driver usbfs [ 0.375968] usbcore: registered new interface driver hub [ 0.376989] usbcore: registered new device driver usb [ 0.378060] PCI: Using ACPI for IRQ routing [ 0.379095] NetLabel: Initializing [ 0.379832] NetLabel: domain hash size = 128 [ 0.380697] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381667] NetLabel: unlabeled traffic allowed by default [ 0.383073] clocksource: Switched to clocksource kvm-clock [ 0.389989] AppArmor: AppArmor Filesystem Enabled [ 0.391098] pnp: PnP ACPI init [ 0.392001] pnp: PnP ACPI: found 5 devices [ 0.398396] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400117] NET: Registered protocol family 2 [ 0.401051] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402293] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403517] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404702] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405782] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406950] NET: Registered protocol family 1 [ 0.407832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408917] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437841] Trying to unpack rootfs image as initramfs... [ 0.487540] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.501494] Scanning for low memory corruption every 60 seconds [ 0.502891] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.504125] audit: initializing netlink subsys (disabled) [ 0.505176] audit: type=2000 audit(1527185862.975:1): initialized [ 0.506498] Initialise system trusted keyring [ 0.507445] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510632] zbud: loaded [ 0.511370] VFS: Disk quotas dquot_6.6.0 [ 0.512172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513643] fuse init (API version 7.23) [ 0.514520] Key type big_key registered [ 0.515368] Allocating IMA MOK and blacklist keyrings. [ 0.516860] Key type asymmetric registered [ 0.517656] Asymmetric key parser 'x509' registered [ 0.518588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520028] io scheduler noop registered [ 0.520804] io scheduler deadline registered (default) [ 0.521776] io scheduler cfq registered [ 0.522579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.524849] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.526349] ACPI: Power Button [PWRF] [ 0.527190] GHES: HEST is not enabled! [ 0.540576] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596231] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598926] Linux agpgart interface v0.103 [ 0.601010] brd: module loaded [ 0.602229] loop: module loaded [ 0.607042] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608523] GPT:90111 != 2097151 [ 0.609217] GPT:Alternate GPT header not at the end of the disk. [ 0.610309] GPT:90111 != 2097151 [ 0.610984] GPT: Use GNU Parted to correct GPT errors. [ 0.611955] vda: vda1 vda15 [ 0.613723] scsi host0: ata_piix [ 0.614460] scsi host1: ata_piix [ 0.615175] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616391] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617825] libphy: Fixed MDIO Bus: probed [ 0.618636] tun: Universal TUN/TAP device driver, 1.6 [ 0.619588] tun: (C) 1999-2004 Max Krasnyansky [ 0.621818] PPP generic driver version 2.4.2 [ 0.622706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624068] ehci-pci: EHCI PCI platform driver [ 0.624942] ehci-platform: EHCI generic platform driver [ 0.625929] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627061] ohci-pci: OHCI PCI platform driver [ 0.627936] ohci-platform: OHCI generic platform driver [ 0.628928] uhci_hcd: USB Universal Host Controller Interface driver [ 0.643410] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.644428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645879] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646912] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.648044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.649280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650709] usb usb1: Product: UHCI Host Controller [ 0.651666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652830] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653869] hub 1-0:1.0: USB hub found [ 0.654650] hub 1-0:1.0: 2 ports detected [ 0.655597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657716] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658681] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659727] mousedev: PS/2 mouse device common for all mice [ 0.661002] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662874] rtc_cmos 00:00: RTC can wake from S4 [ 0.663978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665194] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666406] i2c /dev entries driver [ 0.667172] device-mapper: uevent: version 1.0.3 [ 0.668103] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669760] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671064] NET: Registered protocol family 10 [ 0.672075] NET: Registered protocol family 17 [ 0.672970] Key type dns_resolver registered [ 0.673910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676808] registered taskstats version 1 [ 0.677650] Loading compiled-in X.509 certificates [ 0.679130] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681015] zswap: loaded using pool lzo/zbud [ 0.682400] Key type trusted registered [ 0.683961] Key type encrypted registered [ 0.684802] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685839] ima: No TPM chip found, activating TPM-bypass! [ 0.686885] evm: HMAC attrs: 0x1 [ 0.687863] Magic number: 2:427:292 [ 0.688652] tty tty25: hash matches [ 0.689473] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:43 UTC (1527185863) [ 0.691112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.692250] EDD information not available. [ 0.776015] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787664] Write protecting the kernel read-only data: 14336k [ 0.789272] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791059] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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.222273] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.7... Lease of 192.168.130.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.11. iid=i-0000000d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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: 2018-05-24 18:25:09,956 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Creating VM 2 instance with name: 'opnfv-vping-2-userdata--0bb4660e-e4e5-4b43-944b-2f814477d98c' 2018-05-24 18:25:18,730 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping-net-0bb4660e-e4e5-4b43-944b-2f814477d98c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9c:0e:18', u'version': 4, u'addr': u'192.168.130.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'b109196a-40f0-463e-ad59-7128242f67ae'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-24T18:17:43.000000', 'flavor': Munch({u'id': u'4163ba19-b8fe-45be-a180-16983c90786e'}), 'az': u'nova', 'id': u'faf80e1d-143c-4a62-bd10-387362be9f2d', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'38ffdac9379b4ae6a300dc7c4d70b896', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4bda776da9404cc8b763cf3f7846c6cd', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-05-24T18:17:43.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-05-24T18:25:16Z', 'hostId': u'fd34347a00ac8c122d398cfaf7cf77e7dc6ff8b0e11fdc3900032976', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.130.12', 'cloud': 'envvars', 'host_id': u'fd34347a00ac8c122d398cfaf7cf77e7dc6ff8b0e11fdc3900032976', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-0000000e', u'OS-SRV-USG:launched_at': u'2018-05-24T18:17:43.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'opnfv-vping-2-userdata--0bb4660e-e4e5-4b43-944b-2f814477d98c', 'adminPass': u'oHKs39EtHaTW', 'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', 'region': 'regionOne', 'created': u'2018-05-24T18:25:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-05-24 18:25:20,513 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - vm2 console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 628851705 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.133158] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.134935] pid_max: default: 32768 minimum: 301 [ 0.135900] ACPI: Core revision 20150930 [ 0.137332] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.138694] Security Framework initialized [ 0.139543] Yama: becoming mindful. [ 0.140328] AppArmor: AppArmor initialized [ 0.141251] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.142613] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.143925] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.145213] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.146664] Initializing cgroup subsys io [ 0.147526] Initializing cgroup subsys memory [ 0.148445] Initializing cgroup subsys devices [ 0.149370] Initializing cgroup subsys freezer [ 0.150300] Initializing cgroup subsys net_cls [ 0.151221] Initializing cgroup subsys perf_event [ 0.152188] Initializing cgroup subsys net_prio [ 0.153148] Initializing cgroup subsys hugetlb [ 0.154068] Initializing cgroup subsys pids [ 0.154953] CPU: Physical Processor ID: 0 [ 0.156511] mce: CPU supports 10 MCE banks [ 0.157409] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.158420] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.170130] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.176489] ftrace: allocating 31920 entries in 125 pages [ 0.202402] smpboot: Max logical packages: 1 [ 0.203327] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.204789] x2apic enabled [ 0.205615] Switched APIC routing to physical x2apic. [ 0.207398] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.208521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.210502] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.212287] KVM setup paravirtual spinlock [ 0.213573] x86: Booted up 1 node, 1 CPUs [ 0.214383] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.215784] devtmpfs: initialized [ 0.217495] evm: security.selinux [ 0.218199] evm: security.SMACK64 [ 0.218889] evm: security.SMACK64EXEC [ 0.219632] evm: security.SMACK64TRANSMUTE [ 0.220440] evm: security.SMACK64MMAP [ 0.221188] evm: security.ima [ 0.221829] evm: security.capability [ 0.222627] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.224472] pinctrl core: initialized pinctrl subsystem [ 0.225571] RTC time: 18:17:42, date: 05/24/18 [ 0.226521] NET: Registered protocol family 16 [ 0.227488] cpuidle: using governor ladder [ 0.228305] cpuidle: using governor menu [ 0.229091] PCCT header not found. [ 0.229849] ACPI: bus type PCI registered [ 0.230649] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.231893] PCI: Using configuration type 1 for base access [ 0.233641] ACPI: Added _OSI(Module Device) [ 0.234491] ACPI: Added _OSI(Processor Device) [ 0.235361] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.236259] ACPI: Added _OSI(Processor Aggregator Device) [ 0.238379] ACPI: Interpreter enabled [ 0.239158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.240998] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.242826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.244675] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.246506] ACPI: (supports S0 S5) [ 0.247210] ACPI: Using IOAPIC for interrupt routing [ 0.248269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.251345] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.252487] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253720] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254915] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.257136] acpiphp: Slot [3] registered [ 0.257944] acpiphp: Slot [4] registered [ 0.258758] acpiphp: Slot [5] registered [ 0.259561] acpiphp: Slot [6] registered [ 0.260365] acpiphp: Slot [7] registered [ 0.261173] acpiphp: Slot [8] registered [ 0.261978] acpiphp: Slot [9] registered [ 0.262778] acpiphp: Slot [10] registered [ 0.263591] acpiphp: Slot [11] registered [ 0.264409] acpiphp: Slot [12] registered [ 0.265230] acpiphp: Slot [13] registered [ 0.266050] acpiphp: Slot [14] registered [ 0.266859] acpiphp: Slot [15] registered [ 0.277689] acpiphp: Slot [16] registered [ 0.278519] acpiphp: Slot [17] registered [ 0.279333] acpiphp: Slot [18] registered [ 0.280147] acpiphp: Slot [19] registered [ 0.280956] acpiphp: Slot [20] registered [ 0.281776] acpiphp: Slot [21] registered [ 0.282585] acpiphp: Slot [22] registered [ 0.283403] acpiphp: Slot [23] registered [ 0.284218] acpiphp: Slot [24] registered [ 0.285031] acpiphp: Slot [25] registered [ 0.285847] acpiphp: Slot [26] registered [ 0.286657] acpiphp: Slot [27] registered [ 0.287472] acpiphp: Slot [28] registered [ 0.288291] acpiphp: Slot [29] registered [ 0.289103] acpiphp: Slot [30] registered [ 0.289918] acpiphp: Slot [31] registered [ 0.290725] PCI host bridge to bus 0000:00 [ 0.291535] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292754] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293970] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295422] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296887] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303170] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304453] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305628] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306898] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313181] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.314605] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.360529] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.362022] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.363464] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.364895] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.366278] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.367530] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.368681] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.369905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.371461] vgaarb: loaded [ 0.372066] vgaarb: bridge control possible 0000:00:02.0 [ 0.373260] SCSI subsystem initialized [ 0.374090] ACPI: bus type USB registered [ 0.374921] usbcore: registered new interface driver usbfs [ 0.375968] usbcore: registered new interface driver hub [ 0.376989] usbcore: registered new device driver usb [ 0.378060] PCI: Using ACPI for IRQ routing [ 0.379095] NetLabel: Initializing [ 0.379832] NetLabel: domain hash size = 128 [ 0.380697] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.381667] NetLabel: unlabeled traffic allowed by default [ 0.383073] clocksource: Switched to clocksource kvm-clock [ 0.389989] AppArmor: AppArmor Filesystem Enabled [ 0.391098] pnp: PnP ACPI init [ 0.392001] pnp: PnP ACPI: found 5 devices [ 0.398396] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.400117] NET: Registered protocol family 2 [ 0.401051] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.402293] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403517] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404702] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405782] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.406950] NET: Registered protocol family 1 [ 0.407832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.408917] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.409999] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.423716] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.437841] Trying to unpack rootfs image as initramfs... [ 0.487540] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.501494] Scanning for low memory corruption every 60 seconds [ 0.502891] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.504125] audit: initializing netlink subsys (disabled) [ 0.505176] audit: type=2000 audit(1527185862.975:1): initialized [ 0.506498] Initialise system trusted keyring [ 0.507445] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.508639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510632] zbud: loaded [ 0.511370] VFS: Disk quotas dquot_6.6.0 [ 0.512172] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.513643] fuse init (API version 7.23) [ 0.514520] Key type big_key registered [ 0.515368] Allocating IMA MOK and blacklist keyrings. [ 0.516860] Key type asymmetric registered [ 0.517656] Asymmetric key parser 'x509' registered [ 0.518588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.520028] io scheduler noop registered [ 0.520804] io scheduler deadline registered (default) [ 0.521776] io scheduler cfq registered [ 0.522579] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.523619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.524849] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.526349] ACPI: Power Button [PWRF] [ 0.527190] GHES: HEST is not enabled! [ 0.540576] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.568361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.570550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596231] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598926] Linux agpgart interface v0.103 [ 0.601010] brd: module loaded [ 0.602229] loop: module loaded [ 0.607042] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608523] GPT:90111 != 2097151 [ 0.609217] GPT:Alternate GPT header not at the end of the disk. [ 0.610309] GPT:90111 != 2097151 [ 0.610984] GPT: Use GNU Parted to correct GPT errors. [ 0.611955] vda: vda1 vda15 [ 0.613723] scsi host0: ata_piix [ 0.614460] scsi host1: ata_piix [ 0.615175] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616391] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617825] libphy: Fixed MDIO Bus: probed [ 0.618636] tun: Universal TUN/TAP device driver, 1.6 [ 0.619588] tun: (C) 1999-2004 Max Krasnyansky [ 0.621818] PPP generic driver version 2.4.2 [ 0.622706] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.624068] ehci-pci: EHCI PCI platform driver [ 0.624942] ehci-platform: EHCI generic platform driver [ 0.625929] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.627061] ohci-pci: OHCI PCI platform driver [ 0.627936] ohci-platform: OHCI generic platform driver [ 0.628928] uhci_hcd: USB Universal Host Controller Interface driver [ 0.643410] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.644428] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645879] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646912] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.648044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.649280] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650709] usb usb1: Product: UHCI Host Controller [ 0.651666] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652830] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653869] hub 1-0:1.0: USB hub found [ 0.654650] hub 1-0:1.0: 2 ports detected [ 0.655597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657716] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658681] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659727] mousedev: PS/2 mouse device common for all mice [ 0.661002] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662874] rtc_cmos 00:00: RTC can wake from S4 [ 0.663978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.665194] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666406] i2c /dev entries driver [ 0.667172] device-mapper: uevent: version 1.0.3 [ 0.668103] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669760] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671064] NET: Registered protocol family 10 [ 0.672075] NET: Registered protocol family 17 [ 0.672970] Key type dns_resolver registered [ 0.673910] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675009] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676808] registered taskstats version 1 [ 0.677650] Loading compiled-in X.509 certificates [ 0.679130] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681015] zswap: loaded using pool lzo/zbud [ 0.682400] Key type trusted registered [ 0.683961] Key type encrypted registered [ 0.684802] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685839] ima: No TPM chip found, activating TPM-bypass! [ 0.686885] evm: HMAC attrs: 0x1 [ 0.687863] Magic number: 2:427:292 [ 0.688652] tty tty25: hash matches [ 0.689473] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:43 UTC (1527185863) [ 0.691112] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.692250] EDD information not available. [ 0.776015] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.787664] Write protecting the kernel read-only data: 14336k [ 0.789272] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.791059] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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.222273] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.7... Lease of 192.168.130.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.11. iid=i-0000000d failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 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.912 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCQ+qDMQWnuYY0LB3jb7aGskONUtRrc0mXVoFfG/NmhCZTRMDF10tqXBzxAnBixbyF1WkfObc0UGNk5Fet9a18N4y2usfjQdBJ65lnVBv8F+UEwHzWqT6hQ0tB4I+mMG2RF4FViK5VZcO6vdElxwg0wmTjOjjHuhvplZWj/xanGEKjyuf2hbu1agSudeLSIOxocp4gKt8BZ+5jpGXHDQcih6hpy2IPCZ5wKrXvj9yNOOj4xpqhTFJCCLJp/XttnEWX2+FanR/aLqEegA2U7e6/OJex8JT0+CWMXleMhUhRq6XbSPfb4PgbrgQO3BZkC+rno+/pWpZBzSCjp1UM/anKr root@opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c ssh-dss AAAAB3NzaC1kc3MAAACBAJE3qPEf8J8g84s3/MDx2+yuN6F5ydh78s9ll1WiXlmy4vYQUF7zFpJChyjh9IDKpS+tbB+vC4lfjx/gJAiuowuovKQvtn3yQ2ekZfTro+vpschwXG/aHM9K+c70CoQ/QgRWHvB/mlJlmPKwbLA9Xo8OzWvCKdJgwSNFvp0dK7btAAAAFQDf/TSRDLN37GTTw4cljtVL1O8H5QAAAIB/DjqFhG8yXJpX2oqqWwBaYDvmwirIO0xySf25CpC7eUk2ZXqHqmQLJMbW0H/7+M7GmeiULMePFP/lBETAWTFLV5Dt3p60NGGJba0P/Kp1hav8OZrWu/HCH++sENrLQygLOfpuweS0bZV4JqvnZDyN/WzFYXXe58xHAGhhBMSwbAAAAIAjDbjh7fk1+GN3VWhfEf4DCIjYjULGkD7YqakySyB8cJZQ2dqU10dKxDuz9A2kczg6fEiOOI+OdP7/v1FsccpdRwQ5t272i5qNI7NTHgWdVHPfmvNH1z4ZVmjGPSy9UTdDr69iahM7mAeIZXwAhDkI8Aae37oNpaLezh9lqLYPvg== root@opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.130.7,24,fe80::f816:3eff:fe4c:dd34/64, ip-route:default via 192.168.130.1 dev eth0 ip-route:169.254.169.254 via 192.168.130.2 dev eth0 ip-route:192.168.130.0/24 dev eth0 src 192.168.130.7 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-0000000d name: N/A availability-zone: nova local-hostname: opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c launch-index: 0 === cirros: current=0.4.0 uptime=2.94 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. opnfv-vping-1-0bb4660e-e4e5-4b43-944b-2f814477d98c login: /dev/root resized successfully [took 7.81s] 2018-05-24 18:25:20,514 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Begin test execution 2018-05-24 18:25:20,514 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-05-24 18:25:22,940 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top 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-05-24 18:25:22,940 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:25:25,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top 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-05-24 18:25:27,620 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 2018-05-24 18:25:29,889 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 2018-05-24 18:25:32,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 2018-05-24 18:25:34,686 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 2018-05-24 18:25:37,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 2018-05-24 18:25:39,541 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 2018-05-24 18:25:41,978 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 2018-05-24 18:25:44,207 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 2018-05-24 18:25:46,590 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 2018-05-24 18:25:46,591 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:25:49,096 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 2018-05-24 18:25:51,569 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 2018-05-24 18:25:53,934 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 2018-05-24 18:25:56,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 2018-05-24 18:25:58,608 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 2018-05-24 18:26:01,247 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 2018-05-24 18:26:03,464 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 2018-05-24 18:26:05,880 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:08,238 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:10,654 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:10,655 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:26:13,053 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:15,327 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:17,574 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:19,973 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:22,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:24,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:26,853 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:29,239 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:31,708 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:34,000 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:34,000 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:26:36,354 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:38,588 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:40,954 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:43,213 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:45,485 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:47,999 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:50,402 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:52,814 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:55,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:57,456 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:26:57,457 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:26:59,728 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:02,002 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:04,419 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:06,727 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:09,216 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:11,475 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:13,756 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:16,470 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:18,740 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:21,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:21,152 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:27:23,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:25,812 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:28,280 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:30,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:32,842 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:27:35,124 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 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-05-24 18:27:37,541 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 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-05-24 18:27:39,821 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 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-05-24 18:27:42,121 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] 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-05-24 18:27:44,403 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 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-05-24 18:27:44,404 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:27:46,820 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 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-05-24 18:27:49,110 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 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-05-24 18:27:51,392 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 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-05-24 18:27:53,672 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO 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-05-24 18:27:55,909 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 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-05-24 18:27:58,186 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 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-05-24 18:28:00,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 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-05-24 18:28:02,762 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 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-05-24 18:28:05,042 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO 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-05-24 18:28:07,456 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 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-05-24 18:28:07,457 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:28:09,729 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 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-05-24 18:28:12,151 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 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-05-24 18:28:14,567 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO 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-05-24 18:28:17,002 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:19,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:21,658 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:24,148 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:26,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:28,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:31,360 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:31,361 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:28:33,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:36,239 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:38,516 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:40,796 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:43,075 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:45,493 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:47,777 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:50,089 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:52,376 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:54,795 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:54,795 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:28:57,097 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:28:59,508 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:01,904 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:04,329 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:06,938 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:09,227 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:11,508 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:13,780 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:16,058 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:18,353 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:18,353 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:29:20,779 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:23,230 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:25,508 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:27,911 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:30,135 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:32,720 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:35,228 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:37,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:39,738 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:42,037 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:42,037 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:29:44,314 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:46,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:49,008 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:51,279 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:53,547 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:55,831 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:29:58,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:00,813 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:03,233 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:05,657 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:05,658 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:30:08,068 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:10,597 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:12,869 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:15,176 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:17,473 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:19,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:22,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:24,696 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:27,101 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:29,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:29,397 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:30:31,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:34,137 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:36,554 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:38,970 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:41,246 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:43,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:46,040 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:48,467 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:50,740 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:53,165 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:53,165 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:30:55,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:30:57,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:00,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:02,697 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:05,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:07,416 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:09,808 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:12,085 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:14,356 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:16,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:16,799 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:31:19,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:21,494 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:24,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:26,450 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:28,666 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:30,894 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:33,118 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:35,414 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:37,972 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:40,261 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:40,262 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:31:42,685 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:45,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:47,399 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:49,822 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:52,237 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:54,511 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:56,908 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:31:59,186 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:01,469 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:03,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:03,744 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:32:06,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:08,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:11,202 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:13,479 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:15,901 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:18,192 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:20,475 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:22,764 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:25,040 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:27,471 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO 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-05-24 18:32:27,472 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:32:30,036 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized 2018-05-24 18:32:32,656 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized 2018-05-24 18:32:34,933 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized 2018-05-24 18:32:37,200 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized 2018-05-24 18:32:39,749 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized 2018-05-24 18:32:42,160 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO 2018-05-24 18:32:44,434 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO 2018-05-24 18:32:46,719 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO 2018-05-24 18:32:48,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 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO 2018-05-24 18:32:51,268 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO 2018-05-24 18:32:51,269 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.130.7. Waiting for response... 2018-05-24 18:32:53,544 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 18:32:55,837 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 18:32:58,244 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 18:33:00,524 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 18:33:02,924 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO 2018-05-24 18:33:05,197 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 18:33:07,486 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 18:33:09,775 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 18:33:12,109 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO vPing KO 2018-05-24 18:33:14,404 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 504595458 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.148349] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150333] pid_max: default: 32768 minimum: 301 [ 0.151477] ACPI: Core revision 20150930 [ 0.153027] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154585] Security Framework initialized [ 0.155572] Yama: becoming mindful. [ 0.156471] AppArmor: AppArmor initialized [ 0.157536] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.159111] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.160752] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162207] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163953] Initializing cgroup subsys io [ 0.164975] Initializing cgroup subsys memory [ 0.166107] Initializing cgroup subsys devices [ 0.167193] Initializing cgroup subsys freezer [ 0.168296] Initializing cgroup subsys net_cls [ 0.169308] Initializing cgroup subsys perf_event [ 0.170360] Initializing cgroup subsys net_prio [ 0.171469] Initializing cgroup subsys hugetlb [ 0.172538] Initializing cgroup subsys pids [ 0.173632] CPU: Physical Processor ID: 0 [ 0.175355] mce: CPU supports 10 MCE banks [ 0.176336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177584] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.188808] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195683] ftrace: allocating 31920 entries in 125 pages [ 0.222570] smpboot: Max logical packages: 1 [ 0.223717] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225263] x2apic enabled [ 0.226135] Switched APIC routing to physical x2apic. [ 0.228011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229370] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231866] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233986] KVM setup paravirtual spinlock [ 0.235433] x86: Booted up 1 node, 1 CPUs [ 0.236351] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237913] devtmpfs: initialized [ 0.239784] evm: security.selinux [ 0.240712] evm: security.SMACK64 [ 0.241641] evm: security.SMACK64EXEC [ 0.242569] evm: security.SMACK64TRANSMUTE [ 0.243507] evm: security.SMACK64MMAP [ 0.244365] evm: security.ima [ 0.245074] evm: security.capability [ 0.246005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248176] pinctrl core: initialized pinctrl subsystem [ 0.249388] RTC time: 18:17:43, date: 05/24/18 [ 0.250503] NET: Registered protocol family 16 [ 0.251579] cpuidle: using governor ladder [ 0.252509] cpuidle: using governor menu [ 0.253378] PCCT header not found. [ 0.254207] ACPI: bus type PCI registered [ 0.255110] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.256533] PCI: Using configuration type 1 for base access [ 0.258434] ACPI: Added _OSI(Module Device) [ 0.259419] ACPI: Added _OSI(Processor Device) [ 0.260408] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.261463] ACPI: Added _OSI(Processor Aggregator Device) [ 0.263769] ACPI: Interpreter enabled [ 0.264700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.266989] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.269374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.271855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.274496] ACPI: (supports S0 S5) [ 0.275407] ACPI: Using IOAPIC for interrupt routing [ 0.276684] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.280378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.281969] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283660] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288306] acpiphp: Slot [3] registered [ 0.289391] acpiphp: Slot [4] registered [ 0.290469] acpiphp: Slot [5] registered [ 0.291535] acpiphp: Slot [6] registered [ 0.292629] acpiphp: Slot [7] registered [ 0.293691] acpiphp: Slot [8] registered [ 0.294771] acpiphp: Slot [9] registered [ 0.295941] acpiphp: Slot [10] registered [ 0.297021] acpiphp: Slot [11] registered [ 0.298108] acpiphp: Slot [12] registered [ 0.299218] acpiphp: Slot [13] registered [ 0.300322] acpiphp: Slot [14] registered [ 0.301417] acpiphp: Slot [15] registered [ 0.312702] acpiphp: Slot [16] registered [ 0.313745] acpiphp: Slot [17] registered [ 0.314832] acpiphp: Slot [18] registered [ 0.315916] acpiphp: Slot [19] registered [ 0.317002] acpiphp: Slot [20] registered [ 0.318091] acpiphp: Slot [21] registered [ 0.319188] acpiphp: Slot [22] registered [ 0.320287] acpiphp: Slot [23] registered [ 0.321378] acpiphp: Slot [24] registered [ 0.322452] acpiphp: Slot [25] registered [ 0.323379] acpiphp: Slot [26] registered [ 0.324278] acpiphp: Slot [27] registered [ 0.325244] acpiphp: Slot [28] registered [ 0.326144] acpiphp: Slot [29] registered [ 0.327055] acpiphp: Slot [30] registered [ 0.327956] acpiphp: Slot [31] registered [ 0.328828] PCI host bridge to bus 0000:00 [ 0.329727] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.331114] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.332505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.334177] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.342010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.343573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.345011] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.346611] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.353618] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.355483] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405270] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.409187] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.410619] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.411895] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.413088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.414169] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.415710] vgaarb: loaded [ 0.416313] vgaarb: bridge control possible 0000:00:02.0 [ 0.417507] SCSI subsystem initialized [ 0.418496] ACPI: bus type USB registered [ 0.419480] usbcore: registered new interface driver usbfs [ 0.420730] usbcore: registered new interface driver hub [ 0.421950] usbcore: registered new device driver usb [ 0.423211] PCI: Using ACPI for IRQ routing [ 0.424414] NetLabel: Initializing [ 0.425293] NetLabel: domain hash size = 128 [ 0.426380] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.427528] NetLabel: unlabeled traffic allowed by default [ 0.428856] clocksource: Switched to clocksource kvm-clock [ 0.434797] AppArmor: AppArmor Filesystem Enabled [ 0.435951] pnp: PnP ACPI init [ 0.437016] pnp: PnP ACPI: found 5 devices [ 0.443575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445670] NET: Registered protocol family 2 [ 0.446823] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.448331] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.449740] TCP: Hash tables configured (established 4096 bind 4096) [ 0.451169] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.452474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.453907] NET: Registered protocol family 1 [ 0.454958] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.456311] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.457614] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.471881] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.486398] Trying to unpack rootfs image as initramfs... [ 0.537171] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.551681] Scanning for low memory corruption every 60 seconds [ 0.553324] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.554730] audit: initializing netlink subsys (disabled) [ 0.555991] audit: type=2000 audit(1527185864.346:1): initialized [ 0.557570] Initialise system trusted keyring [ 0.558687] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560118] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562372] zbud: loaded [ 0.563199] VFS: Disk quotas dquot_6.6.0 [ 0.564186] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566049] fuse init (API version 7.23) [ 0.567118] Key type big_key registered [ 0.568078] Allocating IMA MOK and blacklist keyrings. [ 0.569401] Key type asymmetric registered [ 0.570408] Asymmetric key parser 'x509' registered [ 0.571560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.573697] io scheduler noop registered [ 0.574664] io scheduler deadline registered (default) [ 0.575861] io scheduler cfq registered [ 0.576850] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.578143] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.579707] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581474] ACPI: Power Button [PWRF] [ 0.582469] GHES: HEST is not enabled! [ 0.603241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.631938] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.634642] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.658984] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.661461] Linux agpgart interface v0.103 [ 0.663776] brd: module loaded [ 0.665651] loop: module loaded [ 0.670143] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.671890] GPT:90111 != 2097151 [ 0.672697] GPT:Alternate GPT header not at the end of the disk. [ 0.674029] GPT:90111 != 2097151 [ 0.674831] GPT: Use GNU Parted to correct GPT errors. [ 0.675992] vda: vda1 vda15 [ 0.677556] scsi host0: ata_piix [ 0.678430] scsi host1: ata_piix [ 0.679279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.680783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.682499] libphy: Fixed MDIO Bus: probed [ 0.683484] tun: Universal TUN/TAP device driver, 1.6 [ 0.684633] tun: (C) 1999-2004 Max Krasnyansky [ 0.687063] PPP generic driver version 2.4.2 [ 0.688242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.689697] ehci-pci: EHCI PCI platform driver [ 0.690726] ehci-platform: EHCI generic platform driver [ 0.691891] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.693262] ohci-pci: OHCI PCI platform driver [ 0.694185] ohci-platform: OHCI generic platform driver [ 0.695180] uhci_hcd: USB Universal Host Controller Interface driver [ 0.709701] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.710760] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.712208] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.713239] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.714386] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.715882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.717285] usb usb1: Product: UHCI Host Controller [ 0.718210] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.719334] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720426] hub 1-0:1.0: USB hub found [ 0.721198] hub 1-0:1.0: 2 ports detected [ 0.722101] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.724193] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.725147] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.726390] mousedev: PS/2 mouse device common for all mice [ 0.727631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.729469] rtc_cmos 00:00: RTC can wake from S4 [ 0.730553] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731757] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732951] i2c /dev entries driver [ 0.733706] device-mapper: uevent: version 1.0.3 [ 0.734624] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.736243] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737524] NET: Registered protocol family 10 [ 0.738504] NET: Registered protocol family 17 [ 0.739382] Key type dns_resolver registered [ 0.740310] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.741403] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.743141] registered taskstats version 1 [ 0.744031] Loading compiled-in X.509 certificates [ 0.745573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.747412] zswap: loaded using pool lzo/zbud [ 0.748804] Key type trusted registered [ 0.750836] Key type encrypted registered [ 0.751658] AppArmor: AppArmor sha1 policy hashing enabled [ 0.752671] ima: No TPM chip found, activating TPM-bypass! [ 0.753965] evm: HMAC attrs: 0x1 [ 0.754914] Magic number: 2:427:292 [ 0.755688] tty tty25: hash matches [ 0.756475] rtc_cmos 00:00: setting system clock to 2018-05-24 18:17:44 UTC (1527185864) [ 0.758080] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.759191] EDD information not available. [ 0.842126] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.854489] Write protecting the kernel read-only data: 14336k [ 0.856040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.857828] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.38 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.643626] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.130.12... Lease of 192.168.130.12 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.130.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 2.52. iid=i-0000000e failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /dev/root resized successfully [took 3.59s] vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO vPing KO[ 432.862712] random: nonblocking pool is initialized vPing KO vPing KO vPing KO vPing KO 2018-05-24 18:33:14,404 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Timeout reached. 2018-05-24 18:33:14,517 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:33:14,518 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 08:18 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-05-24 18:33:25,338 - xtesting.ci.run_tests - ERROR - The test case 'vping_userdata' failed. 2018-05-24 18:33:25,338 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-05-24 18:33:25,432 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 18:33:25,433 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 18:33:25,433 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 18:33:30,175 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 18:33:29.853 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=e2780336-eea7-4ab9-9ded-8706a3438069) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | e2780336-eea7-4ab9-9ded-8706a3438069 | 2018-05-24T18:33:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: e2780336-eea7-4ab9-9ded-8706a3438069 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-24 18:33:33,433 - 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__ | nfv-orchestration | 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-05-24 18:33:33,433 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 18:33:38,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-24 18:33:37.517 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 18:33:37.670 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 18:33:38.747 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde) has been successfully created! Using verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde) as the default verifier for the future CLI operations. 2018-05-24 18:33:41,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-19d8ebea-c477-40ca-9ffe-252426b0ab67' 2018-05-24 18:33:42,906 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T18:33:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6edc5217-1c24-4928-bf3c-8399a5857549', u'provider:segmentation_id': 5, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'admin_state_up': True, u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:33:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:33:43,580 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T18:33:43Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'70b83c54-4e0e-4ada-92cd-68d982fd2557', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'enable_dhcp': True, u'network_id': u'6edc5217-1c24-4928-bf3c-8399a5857549', u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T18:33:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 18:33:43,580 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 18:33:43,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-19d8ebea-c477-40ca-9ffe-252426b0ab67' 2018-05-24 18:33:44,844 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T18:33:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/fe96b3da-bde7-4bd2-83b9-81e1fa58947d/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'fe96b3da-bde7-4bd2-83b9-81e1fa58947d', u'size': None, u'name': u'Cirros-0.4.0-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'checksum': None, u'self': u'/v2/images/fe96b3da-bde7-4bd2-83b9-81e1fa58947d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T18:33:43Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 18:33:44,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-19d8ebea-c477-40ca-9ffe-252426b0ab67' 2018-05-24 18:33:45,885 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T18:33:44Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/2b3701e7-b842-4936-89c7-8203c5854ead/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'2b3701e7-b842-4936-89c7-8203c5854ead', u'size': None, u'name': u'Cirros-0.4.0-1-19d8ebea-c477-40ca-9ffe-252426b0ab67', u'checksum': None, u'self': u'/v2/images/2b3701e7-b842-4936-89c7-8203c5854ead', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T18:33:44Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 18:33:45,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 18:33:46,206 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-19d8ebea-c477-40ca-9ffe-252426b0ab67', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'8a75fbe7-e4e2-40bf-ab65-55b5c815e20f', 'swap': 0}) 2018-05-24 18:33:46,276 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-19d8ebea-c477-40ca-9ffe-252426b0ab67', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'b3d52617-9091-441b-aa77-3045c9983994', 'swap': 0}) 2018-05-24 18:33:49,260 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 18:33:48.415 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde) for deployment 'opnfv-rally' (UUID=e2780336-eea7-4ab9-9ded-8706a3438069). 2018-05-24 18:33:49.098 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde) has been successfully configured for deployment 'opnfv-rally' (UUID=e2780336-eea7-4ab9-9ded-8706a3438069)! 2018-05-24 18:33:49,261 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 18:33:49,261 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 18:33:49,263 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 18:33:49,266 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-24 18:33:52,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-39fd1c5b-181b-47ed-95dd-5d0fce6afdde/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest/test_list.txt 2>/dev/null) 2018-05-24 18:33:52,224 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-05-24 18:33:52,225 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-05-24 18:33:52,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest/test_list.txt', '--concurrency', '1']'. 2018-05-24 18:33:54,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:33:54.374 49 INFO rally.api [-] Starting verification (UUID=19aa2e5e-07df-489a-8ab6-63dfac6e232c) for deployment 'opnfv-rally' (UUID=e2780336-eea7-4ab9-9ded-8706a3438069) by verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde). 2018-05-24 18:33:54,375 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 19aa2e5e-07df-489a-8ab6-63dfac6e232c 2018-05-24 18:34:00,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:00.447 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.157s] 2018-05-24 18:34:00,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:00.512 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.066s] 2018-05-24 18:34:06,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:06.163 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.950s] 2018-05-24 18:34:07,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:07.792 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.628s] 2018-05-24 18:34:16,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:16.469 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.716s] 2018-05-24 18:34:28,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:28.789 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [7.364s] 2018-05-24 18:34:54,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:54.872 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-05-24 18:34:54,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:34:54.873 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-05-24 18:35:19,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:35:19.742 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-05-24 18:35:19,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:35:19.744 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-24 18:35:42,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:35:42.970 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.064s] 2018-05-24 18:35:42,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:35:42.971 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-05-24 18:37:24,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:24.109 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [75.190s] 2018-05-24 18:37:42,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:42.122 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.046s] 2018-05-24 18:37:42,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:42.218 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.095s] 2018-05-24 18:37:50,004 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:50.004 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.634s] 2018-05-24 18:37:50,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:50.015 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2018-05-24 18:37:51,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:51.224 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-05-24 18:37:51,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:51.225 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-05-24 18:37:55,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:37:55.022 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.412s] 2018-05-24 18:38:00,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:00.524 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.072s] 2018-05-24 18:38:06,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:06.420 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.551s] 2018-05-24 18:38:12,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:12.675 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.375s] 2018-05-24 18:38:20,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:20.779 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.841s] 2018-05-24 18:38:26,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:26.338 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.339s] 2018-05-24 18:38:31,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:31.554 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.169s] 2018-05-24 18:38:38,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:38.020 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.413s] 2018-05-24 18:38:44,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:44.399 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.413s] 2018-05-24 18:38:51,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:51.734 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.485s] 2018-05-24 18:38:53,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:53.675 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-05-24 18:38:55,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:55.556 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2018-05-24 18:38:55,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:55.624 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2018-05-24 18:38:55,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:55.689 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.065s] 2018-05-24 18:38:55,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:55.696 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-05-24 18:38:59,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:59.028 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.341s] 2018-05-24 18:38:59,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:38:59.906 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.878s] 2018-05-24 18:39:00,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:00.877 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.969s] 2018-05-24 18:39:06,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:06.278 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-05-24 18:39:10,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:10.702 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.489s] 2018-05-24 18:39:21,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:21.560 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.259s] 2018-05-24 18:39:24,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:24.557 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [2.996s] 2018-05-24 18:39:34,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:34.650 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.536s] 2018-05-24 18:39:37,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:37.506 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.855s] 2018-05-24 18:39:43,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:43.603 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.096s] 2018-05-24 18:39:52,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:52.827 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.770s] 2018-05-24 18:39:55,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:39:55.988 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.159s] 2018-05-24 18:40:00,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:00.582 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.593s] 2018-05-24 18:40:12,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:12.707 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.050s] 2018-05-24 18:40:13,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:13.079 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.372s] 2018-05-24 18:40:13,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:13.459 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.379s] 2018-05-24 18:40:13,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:13.509 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.050s] 2018-05-24 18:40:13,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:13.907 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.397s] 2018-05-24 18:40:13,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:13.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2018-05-24 18:40:24,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:24.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.245s] 2018-05-24 18:40:25,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:25.115 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.154s] 2018-05-24 18:40:25,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:25.222 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2018-05-24 18:40:25,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:25.271 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.048s] 2018-05-24 18:40:25,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:25.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.300s] 2018-05-24 18:40:25,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:25.759 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.187s] 2018-05-24 18:40:35,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:35.961 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.506s] 2018-05-24 18:40:40,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:40.919 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.957s] 2018-05-24 18:40:42,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:42.400 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.480s] 2018-05-24 18:40:42,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:42.458 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.058s] 2018-05-24 18:40:42,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:42.656 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.197s] 2018-05-24 18:40:52,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:52.913 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.505s] 2018-05-24 18:40:57,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:57.107 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.194s] 2018-05-24 18:40:58,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:58.708 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.600s] 2018-05-24 18:40:58,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:58.773 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.065s] 2018-05-24 18:40:58,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:40:58.825 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.051s] 2018-05-24 18:41:10,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:10.574 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.249s] 2018-05-24 18:41:14,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:14.998 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.424s] 2018-05-24 18:41:18,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:18.726 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.727s] 2018-05-24 18:41:21,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:21.225 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.497s] 2018-05-24 18:41:39,164 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:39.163 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [7.939s] 2018-05-24 18:41:43,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:43.897 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.732s] 2018-05-24 18:41:47,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:47.862 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.964s] 2018-05-24 18:41:50,147 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:41:50.147 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.285s] 2018-05-24 18:42:01,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:01.188 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.236s] 2018-05-24 18:42:02,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:02.801 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.610s] 2018-05-24 18:42:02,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:02.855 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.056s] 2018-05-24 18:42:07,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:07.256 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.419s] 2018-05-24 18:42:08,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:08.865 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.607s] 2018-05-24 18:42:08,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:08.907 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.044s] 2018-05-24 18:42:12,589 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:12.589 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.751s] 2018-05-24 18:42:15,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:15.586 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-05-24 18:42:17,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:17.010 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-05-24 18:42:17,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:17.013 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-05-24 18:42:17,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:17.015 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-05-24 18:42:17,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:17.016 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-05-24 18:42:17,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:17.018 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-05-24 18:42:18,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:18.790 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-05-24 18:42:32,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:32.664 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.284s] 2018-05-24 18:42:43,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:43.527 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.071s] 2018-05-24 18:42:55,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:42:55.824 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.293s] 2018-05-24 18:43:04,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:43:04.220 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-05-24 18:44:00,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:44:00.994 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [51.159s] 2018-05-24 18:44:31,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:44:31.252 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [22.570s] 2018-05-24 18:45:07,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 18:45:07.144 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [20.334s] 2018-05-24 18:45:19,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '19aa2e5e-07df-489a-8ab6-63dfac6e232c']'. 2018-05-24 18:45:20,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 19aa2e5e-07df-489a-8ab6-63dfac6e232c | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 18:33:54 | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 18:45:19 | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:25 | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-05-24 18:45:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 39fd1c5b-181b-47ed-95dd-5d0fce6afdde) | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e2780336-eea7-4ab9-9ded-8706a3438069) | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 668.68 | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 18:45:20,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 18:45:20,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-24 18:45:20,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 18:45:20,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 18:45:20,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-05-24 18:45:26,324 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 18:45:26,325 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 11:44 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-05-24 18:45:26,329 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-05-24 18:45:26,420 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 18:45:26,878 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 18:45:26,878 - xtesting.energy.energy - DEBUG - Submitting scenario (rally_sanity/running) 2018-05-24 18:45:27,291 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 18:45:29,821 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 18:45:29.371 112 INFO rally.deployment.engine [-] Deployment e2780336-eea7-4ab9-9ded-8706a3438069 | Starting: Destroy cloud and free allocated resources. 2018-05-24 18:45:29.467 112 INFO rally.deployment.engine [-] Deployment e2780336-eea7-4ab9-9ded-8706a3438069 | Completed: Destroy cloud and free allocated resources. 2018-05-24 18:45:29.508 112 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde) for deployment 'opnfv-rally'. 2018-05-24 18:45:29.524 112 INFO rally.api [-] Deleting verification (UUID=19aa2e5e-07df-489a-8ab6-63dfac6e232c). 2018-05-24 18:45:29.576 112 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 18:45:29.577 112 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde). 2018-05-24 18:45:29.587 112 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 18:45:32,314 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 18:45:32.007 115 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=9a8c8f97-1c96-463a-b53b-028122014c30) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 9a8c8f97-1c96-463a-b53b-028122014c30 | 2018-05-24T18:45:31 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 9a8c8f97-1c96-463a-b53b-028122014c30 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-24 18:45:35,539 - 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__ | nfv-orchestration | 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-05-24 18:45:35,540 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-05-24 18:45:36,335 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating image 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355'... 2018-05-24 18:45:38,145 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating network 'rally-net-5ae032e5-1e8d-4116-8f64-e5f8313a0355'... 2018-05-24 18:45:39,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating router 'rally-router-5ae032e5-1e8d-4116-8f64-e5f8313a0355'... 2018-05-24 18:45:41,526 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355'... 2018-05-24 18:45:41,598 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Creating flavor 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355'... 2018-05-24 18:45:41,666 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-05-24 18:45:41,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-05-24 18:45:41,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:45:41,693 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:45:41,693 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 18:46:41,509 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 2018-05-24 18:46:41,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-05-24 18:46:41,510 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '88e96cea-956f-4a73-9a2b-8cc8cfc681c8'] 2018-05-24 18:46:42,593 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 88e96cea-956f-4a73-9a2b-8cc8cfc681c8: 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | total | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> duration | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 0.459 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.458844 Full duration: 6.481936 -------------------------------------------------------------------------------- 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.311 | 0.311 | 0.311 | 0.311 | 0.311 | 0.311 | 100.0% | 1 | | total | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> duration | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.740926 Full duration: 7.079316 -------------------------------------------------------------------------------- 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.216 | 0.216 | 0.216 | 0.216 | 0.216 | 0.216 | 100.0% | 1 | | total | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> duration | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 0.624 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.623737 Full duration: 6.853824 -------------------------------------------------------------------------------- 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74852 Full duration: 7.2654 -------------------------------------------------------------------------------- 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.361 | 0.361 | 0.361 | 0.361 | 0.361 | 0.361 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751753 Full duration: 7.011257 -------------------------------------------------------------------------------- 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 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 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.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> duration | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.643932 Full duration: 6.906074 HINTS: * To plot HTML graphics with this data, run: rally task report 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 --out output.html * To generate a JUnit report, run: rally task export 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 88e96cea-956f-4a73-9a2b-8cc8cfc681c8 --json --out output.json 2018-05-24 18:46:42,594 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '88e96cea-956f-4a73-9a2b-8cc8cfc681c8'] 2018-05-24 18:46:43,675 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 18:46:43,676 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '88e96cea-956f-4a73-9a2b-8cc8cfc681c8', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-05-24 18:46:43,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-05-24 18:46:43,683 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-05-24 18:46:43,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-05-24 18:46:43,684 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:46:43,701 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:46:43,701 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 18:48:37,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e040be8c-ff91-47a9-b6d5-32d13bf20d4a 2018-05-24 18:48:37,339 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e040be8c-ff91-47a9-b6d5-32d13bf20d4a'] 2018-05-24 18:48:38,336 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e040be8c-ff91-47a9-b6d5-32d13bf20d4a: 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 e040be8c-ff91-47a9-b6d5-32d13bf20d4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.022 | 3.022 | 3.022 | 3.022 | 3.022 | 3.022 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | glance_v2.delete_image | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | total | 4.361 | 4.361 | 4.361 | 4.361 | 4.361 | 4.361 | 100.0% | 1 | | -> duration | 4.361 | 4.361 | 4.361 | 4.361 | 4.361 | 4.361 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.360659 Full duration: 11.922332 -------------------------------------------------------------------------------- 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 e040be8c-ff91-47a9-b6d5-32d13bf20d4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.597 | 3.597 | 3.597 | 3.597 | 3.597 | 3.597 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 1.296 | 100.0% | 1 | | glance_v2.list_images | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 0.08 | 100.0% | 1 | | total | 3.677 | 3.677 | 3.677 | 3.677 | 3.677 | 3.677 | 100.0% | 1 | | -> duration | 3.677 | 3.677 | 3.677 | 3.677 | 3.677 | 3.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.676713 Full duration: 13.921822 -------------------------------------------------------------------------------- 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 e040be8c-ff91-47a9-b6d5-32d13bf20d4a 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.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | total | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | -> duration | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 0.172 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.172231 Full duration: 7.048878 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "number_instances": 2, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "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 e040be8c-ff91-47a9-b6d5-32d13bf20d4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.912 | 3.912 | 3.912 | 3.912 | 3.912 | 3.912 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | nova.boot_servers | 12.631 | 12.631 | 12.631 | 12.631 | 12.631 | 12.631 | 100.0% | 1 | | total | 16.544 | 16.544 | 16.544 | 16.544 | 16.544 | 16.544 | 100.0% | 1 | | -> duration | 15.544 | 15.544 | 15.544 | 15.544 | 15.544 | 15.544 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.543938 Full duration: 65.017938 HINTS: * To plot HTML graphics with this data, run: rally task report e040be8c-ff91-47a9-b6d5-32d13bf20d4a --out output.html * To generate a JUnit report, run: rally task export e040be8c-ff91-47a9-b6d5-32d13bf20d4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e040be8c-ff91-47a9-b6d5-32d13bf20d4a --json --out output.json 2018-05-24 18:48:38,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e040be8c-ff91-47a9-b6d5-32d13bf20d4a'] 2018-05-24 18:48:39,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 18:48:39,409 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e040be8c-ff91-47a9-b6d5-32d13bf20d4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-05-24 18:48:39,416 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-05-24 18:48:39,416 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-05-24 18:48:39,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-05-24 18:48:39,417 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:48:39,433 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:48:39,434 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 18:51:39,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e733f297-2cec-4a71-8ec8-2f71776a0a9a 2018-05-24 18:51:39,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'e733f297-2cec-4a71-8ec8-2f71776a0a9a'] 2018-05-24 18:51:40,567 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task e733f297-2cec-4a71-8ec8-2f71776a0a9a: 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.042 | 3.042 | 3.042 | 3.042 | 3.042 | 3.042 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 2.438 | 100.0% | 1 | | total | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> duration | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 5.48 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.480143 Full duration: 21.042302 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.038 | 3.038 | 3.038 | 3.038 | 3.038 | 3.038 | 100.0% | 1 | | cinder_v2.delete_volume | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 2.564 | 100.0% | 1 | | total | 5.603 | 5.603 | 5.603 | 5.603 | 5.603 | 5.603 | 100.0% | 1 | | -> duration | 5.603 | 5.603 | 5.603 | 5.603 | 5.603 | 5.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.602891 Full duration: 14.557635 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task e733f297-2cec-4a71-8ec8-2f71776a0a9a 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 | 7.873 | 7.873 | 7.873 | 7.873 | 7.873 | 7.873 | 100.0% | 1 | | cinder_v2.delete_volume | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 2.275 | 100.0% | 1 | | total | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 100.0% | 1 | | -> duration | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.148213 Full duration: 19.90823 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.067 | 3.067 | 3.067 | 3.067 | 3.067 | 3.067 | 100.0% | 1 | | cinder_v2.delete_volume | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 2.296 | 100.0% | 1 | | total | 5.363 | 5.363 | 5.363 | 5.363 | 5.363 | 5.363 | 100.0% | 1 | | -> duration | 5.363 | 5.363 | 5.363 | 5.363 | 5.363 | 5.363 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.363088 Full duration: 14.545088 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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 | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 2.916 | 100.0% | 1 | | cinder_v2.extend_volume | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 2.693 | 100.0% | 1 | | cinder_v2.delete_volume | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 2.284 | 100.0% | 1 | | total | 7.893 | 7.893 | 7.893 | 7.893 | 7.893 | 7.893 | 100.0% | 1 | | -> duration | 7.893 | 7.893 | 7.893 | 7.893 | 7.893 | 7.893 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.892873 Full duration: 17.311642 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.071 | 3.071 | 3.071 | 3.071 | 3.071 | 3.071 | 100.0% | 1 | | cinder_v2.delete_volume | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 2.428 | 100.0% | 1 | | total | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 100.0% | 1 | | -> duration | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.49901 Full duration: 21.044987 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.list_qos | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> duration | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.725059 Full duration: 11.264663 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.566 | 0.566 | 0.566 | 0.566 | 0.566 | 0.566 | 100.0% | 1 | | cinder_v2.set_qos | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751698 Full duration: 11.296438 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.list_types | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 0.154 | 100.0% | 1 | | total | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> duration | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 0.734 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.734025 Full duration: 11.173355 -------------------------------------------------------------------------------- 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 e733f297-2cec-4a71-8ec8-2f71776a0a9a 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.58 | 0.58 | 0.58 | 0.58 | 0.58 | 0.58 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.759336 Full duration: 11.190804 HINTS: * To plot HTML graphics with this data, run: rally task report e733f297-2cec-4a71-8ec8-2f71776a0a9a --out output.html * To generate a JUnit report, run: rally task export e733f297-2cec-4a71-8ec8-2f71776a0a9a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e733f297-2cec-4a71-8ec8-2f71776a0a9a --json --out output.json 2018-05-24 18:51:40,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'e733f297-2cec-4a71-8ec8-2f71776a0a9a'] 2018-05-24 18:51:41,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 18:51:41,470 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'e733f297-2cec-4a71-8ec8-2f71776a0a9a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-05-24 18:51:41,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-05-24 18:51:41,477 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-05-24 18:51:41,477 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-05-24 18:51:41,478 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:51:41,495 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:51:41,496 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 18:52:56,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 05b511cc-f709-441a-bf26-55d2ecb02f74 2018-05-24 18:52:56,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '05b511cc-f709-441a-bf26-55d2ecb02f74'] 2018-05-24 18:52:57,057 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 05b511cc-f709-441a-bf26-55d2ecb02f74: 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 05b511cc-f709-441a-bf26-55d2ecb02f74 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.662 | 4.662 | 4.662 | 4.662 | 4.662 | 4.662 | 100.0% | 1 | | heat.update_stack | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 2.402 | 100.0% | 1 | | heat.delete_stack | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 2.706 | 100.0% | 1 | | total | 9.77 | 9.77 | 9.77 | 9.77 | 9.77 | 9.77 | 100.0% | 1 | | -> duration | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 5.77 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.769636 Full duration: 17.283675 -------------------------------------------------------------------------------- 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 05b511cc-f709-441a-bf26-55d2ecb02f74 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.296 | 4.296 | 4.296 | 4.296 | 4.296 | 4.296 | 100.0% | 1 | | heat.check_stack | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | heat.delete_stack | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 1.325 | 100.0% | 1 | | total | 6.155 | 6.155 | 6.155 | 6.155 | 6.155 | 6.155 | 100.0% | 1 | | -> duration | 4.155 | 4.155 | 4.155 | 4.155 | 4.155 | 4.155 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.15508 Full duration: 15.204543 -------------------------------------------------------------------------------- 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 05b511cc-f709-441a-bf26-55d2ecb02f74 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.336 | 4.336 | 4.336 | 4.336 | 4.336 | 4.336 | 100.0% | 1 | | heat.suspend_stack | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 0.464 | 100.0% | 1 | | heat.resume_stack | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 1.368 | 100.0% | 1 | | heat.delete_stack | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 2.217 | 100.0% | 1 | | total | 8.385 | 8.385 | 8.385 | 8.385 | 8.385 | 8.385 | 100.0% | 1 | | -> duration | 6.385 | 6.385 | 6.385 | 6.385 | 6.385 | 6.385 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.385312 Full duration: 16.565427 -------------------------------------------------------------------------------- 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 05b511cc-f709-441a-bf26-55d2ecb02f74 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.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | total | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> duration | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.55368 Full duration: 7.957767 HINTS: * To plot HTML graphics with this data, run: rally task report 05b511cc-f709-441a-bf26-55d2ecb02f74 --out output.html * To generate a JUnit report, run: rally task export 05b511cc-f709-441a-bf26-55d2ecb02f74 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 05b511cc-f709-441a-bf26-55d2ecb02f74 --json --out output.json 2018-05-24 18:52:57,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '05b511cc-f709-441a-bf26-55d2ecb02f74'] 2018-05-24 18:52:58,058 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 18:52:58,059 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '05b511cc-f709-441a-bf26-55d2ecb02f74', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-05-24 18:52:58,065 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-05-24 18:52:58,065 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-05-24 18:52:58,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-05-24 18:52:58,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:52:58,082 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:52:58,083 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 18:55:54,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 71b8929d-8e6d-4452-aa7f-290efa2441df 2018-05-24 18:55:54,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '71b8929d-8e6d-4452-aa7f-290efa2441df'] 2018-05-24 18:55:55,294 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 71b8929d-8e6d-4452-aa7f-290efa2441df: 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | keystone_v3.add_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.revoke_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> duration | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 0.701 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.700722 Full duration: 13.427973 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.471 | 0.471 | 0.471 | 0.471 | 0.471 | 0.471 | 100.0% | 1 | | keystone_v3.add_role | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | keystone_v3.list_roles | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | total | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> duration | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.670779 Full duration: 13.583271 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | keystone_v3.list_projects | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 0.077 | 100.0% | 1 | | total | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> duration | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 0.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.706649 Full duration: 13.502399 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.465 | 0.465 | 0.465 | 0.465 | 0.465 | 0.465 | 100.0% | 1 | | keystone_v3.delete_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> duration | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 0.561 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.561125 Full duration: 11.379794 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.466 | 0.466 | 0.466 | 0.466 | 0.466 | 0.466 | 100.0% | 1 | | keystone_v3.delete_service | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | total | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> duration | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 0.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.564227 Full duration: 11.089994 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | keystone_v3.create_user | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 0.44 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 0.076 | 100.0% | 1 | | -> keystone_v3.add_role | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | keystone_v3.create_role | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 0.095 | 100.0% | 1 | | keystone_v3.get_project | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 0.072 | 100.0% | 1 | | keystone_v3.get_user | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.get_role | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.list_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | keystone_v3.get_services | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 0.074 | 100.0% | 1 | | total | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> duration | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 1.636 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.635799 Full duration: 18.094771 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | keystone_v3.update_project | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | keystone_v3.delete_project | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> duration | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 0.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.926979 Full duration: 11.509439 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 71b8929d-8e6d-4452-aa7f-290efa2441df 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.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | total | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> duration | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 0.733 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.733337 Full duration: 13.399622 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 71b8929d-8e6d-4452-aa7f-290efa2441df 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.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | total | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> duration | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 0.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.626728 Full duration: 13.272754 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df 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.652 | 0.652 | 0.652 | 0.652 | 0.652 | 0.652 | 100.0% | 1 | | keystone_v3.list_users | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 0.091 | 100.0% | 1 | | total | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> duration | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 0.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.832747 Full duration: 13.586842 -------------------------------------------------------------------------------- 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 71b8929d-8e6d-4452-aa7f-290efa2441df has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | keystone_v3.create_users | 4.337 | 4.337 | 4.337 | 4.337 | 4.337 | 4.337 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.337 | 4.337 | 4.337 | 4.337 | 4.337 | 4.337 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | total | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 100.0% | 1 | | -> duration | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 5.862 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.862402 Full duration: 22.487476 HINTS: * To plot HTML graphics with this data, run: rally task report 71b8929d-8e6d-4452-aa7f-290efa2441df --out output.html * To generate a JUnit report, run: rally task export 71b8929d-8e6d-4452-aa7f-290efa2441df --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 71b8929d-8e6d-4452-aa7f-290efa2441df --json --out output.json 2018-05-24 18:55:55,295 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '71b8929d-8e6d-4452-aa7f-290efa2441df'] 2018-05-24 18:55:56,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 18:55:56,419 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '71b8929d-8e6d-4452-aa7f-290efa2441df', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-05-24 18:55:56,426 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-05-24 18:55:56,427 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-05-24 18:55:56,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-05-24 18:55:56,427 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 18:55:56,444 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 18:55:56,445 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 19:00:27,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 04c6f188-1309-4b8f-9f7c-6e4287336182 2018-05-24 19:00:27,168 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '04c6f188-1309-4b8f-9f7c-6e4287336182'] 2018-05-24 19:00:28,196 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 04c6f188-1309-4b8f-9f7c-6e4287336182: 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | neutron.delete_network | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | total | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> duration | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 1.809 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.809358 Full duration: 13.937929 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.347 | 1.347 | 1.347 | 1.347 | 1.347 | 1.347 | 100.0% | 1 | | neutron.delete_port | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 0.437 | 100.0% | 1 | | total | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> duration | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 1.784 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.784072 Full duration: 24.043113 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | neutron.create_subnet | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | neutron.create_router | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | neutron.add_interface_router | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 1.338 | 100.0% | 1 | | neutron.remove_interface_router | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | neutron.delete_router | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 0.244 | 100.0% | 1 | | total | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 100.0% | 1 | | -> duration | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 4.064 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.064012 Full duration: 30.613332 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.203 | 1.203 | 1.203 | 1.203 | 1.203 | 1.203 | 100.0% | 1 | | neutron.delete_subnet | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 0.375 | 100.0% | 1 | | total | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> duration | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 1.578 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.578487 Full duration: 23.899766 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.231 | 1.231 | 1.231 | 1.231 | 1.231 | 1.231 | 100.0% | 1 | | neutron.list_networks | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | -> duration | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.415845 Full duration: 15.529153 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.396 | 1.396 | 1.396 | 1.396 | 1.396 | 1.396 | 100.0% | 1 | | neutron.list_ports | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> duration | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.497234 Full duration: 24.766576 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.797 | 0.797 | 0.797 | 0.797 | 0.797 | 0.797 | 100.0% | 1 | | neutron.create_subnet | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 0.646 | 100.0% | 1 | | neutron.create_router | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | neutron.add_interface_router | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 1.305 | 100.0% | 1 | | neutron.list_routers | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 0.073 | 100.0% | 1 | | total | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 100.0% | 1 | | -> duration | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 2.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.955543 Full duration: 32.589842 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | neutron.create_subnet | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 0.53 | 100.0% | 1 | | neutron.list_subnets | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 100.0% | 1 | | -> duration | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 1.381 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.38098 Full duration: 28.848695 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | neutron.delete_security_group | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> duration | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 1.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.111187 Full duration: 13.244401 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | neutron.create_security_group_rule | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | neutron.delete_security_group | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 0.31 | 100.0% | 1 | | total | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | -> duration | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 1.446 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.44603 Full duration: 13.455895 -------------------------------------------------------------------------------- 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 04c6f188-1309-4b8f-9f7c-6e4287336182 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.086 | 1.086 | 1.086 | 1.086 | 1.086 | 1.086 | 100.0% | 1 | | neutron.create_router | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | neutron.add_gateway_router | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | neutron.remove_gateway_router | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 0.847 | 100.0% | 1 | | total | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 100.0% | 1 | | -> duration | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 3.1 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.099975 Full duration: 22.330862 HINTS: * To plot HTML graphics with this data, run: rally task report 04c6f188-1309-4b8f-9f7c-6e4287336182 --out output.html * To generate a JUnit report, run: rally task export 04c6f188-1309-4b8f-9f7c-6e4287336182 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 04c6f188-1309-4b8f-9f7c-6e4287336182 --json --out output.json 2018-05-24 19:00:28,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '04c6f188-1309-4b8f-9f7c-6e4287336182'] 2018-05-24 19:00:29,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 19:00:29,307 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '04c6f188-1309-4b8f-9f7c-6e4287336182', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-05-24 19:00:29,313 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-05-24 19:00:29,313 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-05-24 19:00:29,313 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-05-24 19:00:29,314 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 19:00:29,324 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 19:00:29,325 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 19:06:19,569 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : f311c841-2f43-45a5-abb1-6ae1bbf4c62e 2018-05-24 19:06:19,570 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', 'f311c841-2f43-45a5-abb1-6ae1bbf4c62e'] 2018-05-24 19:06:20,697 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "block_migration": false, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.776 | 7.776 | 7.776 | 7.776 | 7.776 | 7.776 | 100.0% | 1 | | nova.find_host_to_migrate | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | nova.live_migrate | 9.382 | 9.382 | 9.382 | 9.382 | 9.382 | 9.382 | 100.0% | 1 | | nova.delete_server | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 2.485 | 100.0% | 1 | | total | 20.679 | 20.679 | 20.679 | 20.679 | 20.679 | 20.679 | 100.0% | 1 | | -> duration | 19.679 | 19.679 | 19.679 | 19.679 | 19.679 | 19.679 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.678593 Full duration: 29.031449 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.943 | 7.943 | 7.943 | 7.943 | 7.943 | 7.943 | 100.0% | 1 | | cinder_v2.create_volume | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 2.688 | 100.0% | 1 | | nova.attach_volume | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 3.97 | 100.0% | 1 | | nova.find_host_to_migrate | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | nova.live_migrate | 8.962 | 8.962 | 8.962 | 8.962 | 8.962 | 8.962 | 100.0% | 1 | | nova.detach_volume | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 1.011 | 100.0% | 1 | | cinder_v2.delete_volume | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 2.313 | 100.0% | 1 | | nova.delete_server | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 2.813 | 100.0% | 1 | | total | 30.711 | 30.711 | 30.711 | 30.711 | 30.711 | 30.711 | 100.0% | 1 | | -> duration | 29.711 | 29.711 | 29.711 | 29.711 | 29.711 | 29.711 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 29.710754 Full duration: 41.076039 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e 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 | 7.687 | 7.687 | 7.687 | 7.687 | 7.687 | 7.687 | 100.0% | 1 | | nova.boot_server | 7.988 | 7.988 | 7.988 | 7.988 | 7.988 | 7.988 | 100.0% | 1 | | nova.find_host_to_migrate | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | nova.live_migrate | 14.493 | 14.493 | 14.493 | 14.493 | 14.493 | 14.493 | 100.0% | 1 | | nova.delete_server | 6.876 | 6.876 | 6.876 | 6.876 | 6.876 | 6.876 | 100.0% | 1 | | total | 38.004 | 38.004 | 38.004 | 38.004 | 38.004 | 38.004 | 100.0% | 1 | | -> duration | 37.004 | 37.004 | 37.004 | 37.004 | 37.004 | 37.004 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.003565 Full duration: 48.564989 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "server_kwargs": { "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] } }, "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 f311c841-2f43-45a5-abb1-6ae1bbf4c62e 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.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | nova.boot_server | 7.141 | 7.141 | 7.141 | 7.141 | 7.141 | 7.141 | 100.0% | 1 | | nova.delete_server | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 2.351 | 100.0% | 1 | | nova.delete_keypair | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | total | 10.154 | 10.154 | 10.154 | 10.154 | 10.154 | 10.154 | 100.0% | 1 | | -> duration | 9.154 | 9.154 | 9.154 | 9.154 | 9.154 | 9.154 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.154352 Full duration: 29.294522 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "volume_size": 5, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "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 f311c841-2f43-45a5-abb1-6ae1bbf4c62e 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 | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 7.5 | 100.0% | 1 | | nova.boot_server | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 5.784 | 100.0% | 1 | | nova.delete_server | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 2.388 | 100.0% | 1 | | total | 15.672 | 15.672 | 15.672 | 15.672 | 15.672 | 15.672 | 100.0% | 1 | | -> duration | 14.672 | 14.672 | 14.672 | 14.672 | 14.672 | 14.672 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.672021 Full duration: 37.060658 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "force_delete": false, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "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 f311c841-2f43-45a5-abb1-6ae1bbf4c62e 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 | 5.473 | 5.473 | 5.473 | 5.473 | 5.473 | 5.473 | 100.0% | 1 | | nova.pause_server | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 2.558 | 100.0% | 1 | | nova.unpause_server | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 2.302 | 100.0% | 1 | | nova.delete_server | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 2.506 | 100.0% | 1 | | total | 12.839 | 12.839 | 12.839 | 12.839 | 12.839 | 12.839 | 100.0% | 1 | | -> duration | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 7.839 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.839014 Full duration: 32.497291 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "nics": [ { "net-id": "0897231a-9617-4232-ac66-2e2486580144" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 7.493 | 7.493 | 7.493 | 7.493 | 7.493 | 7.493 | 100.0% | 1 | | nova.migrate | 33.319 | 33.319 | 33.319 | 33.319 | 33.319 | 33.319 | 100.0% | 1 | | nova.resize_confirm | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 2.575 | 100.0% | 1 | | nova.delete_server | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 2.796 | 100.0% | 1 | | total | 46.182 | 46.182 | 46.182 | 46.182 | 46.182 | 46.182 | 100.0% | 1 | | -> duration | 45.182 | 45.182 | 45.182 | 45.182 | 45.182 | 45.182 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 45.18235 Full duration: 55.679288 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "image": { "name": "Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task f311c841-2f43-45a5-abb1-6ae1bbf4c62e has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.645 | 10.645 | 10.645 | 10.645 | 10.645 | 10.645 | 100.0% | 1 | | nova.list_interfaces | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | total | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 100.0% | 1 | | -> duration | 10.164 | 10.164 | 10.164 | 10.164 | 10.164 | 10.164 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.16422 Full duration: 34.971861 -------------------------------------------------------------------------------- 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 f311c841-2f43-45a5-abb1-6ae1bbf4c62e 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.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | nova.delete_server_group | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> duration | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.703892 Full duration: 8.937103 HINTS: * To plot HTML graphics with this data, run: rally task report f311c841-2f43-45a5-abb1-6ae1bbf4c62e --out output.html * To generate a JUnit report, run: rally task export f311c841-2f43-45a5-abb1-6ae1bbf4c62e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report f311c841-2f43-45a5-abb1-6ae1bbf4c62e --json --out output.json 2018-05-24 19:06:20,697 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', 'f311c841-2f43-45a5-abb1-6ae1bbf4c62e'] 2018-05-24 19:06:21,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 19:06:21,696 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', 'f311c841-2f43-45a5-abb1-6ae1bbf4c62e', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-05-24 19:06:21,702 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-05-24 19:06:21,702 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-05-24 19:06:21,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-05-24 19:06:21,702 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-05-24 19:06:21,714 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-05-24 19:06:21,714 - 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': '0897231a-9617-4232-ac66-2e2486580144', 'tenants_amount': 3, 'image_name': 'Cirros-0.4.0-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'flavor_name': 'rally-tiny-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally-mini-5ae032e5-1e8d-4116-8f64-e5f8313a0355', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-05-24 19:07:08,121 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 2018-05-24 19:07:08,122 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59'] 2018-05-24 19:07:09,122 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59: 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 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | quotas.delete_quotas | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.86356 Full duration: 7.970921 -------------------------------------------------------------------------------- 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 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665161 Full duration: 7.973304 -------------------------------------------------------------------------------- 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 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 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.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.642193 Full duration: 7.464935 -------------------------------------------------------------------------------- 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 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 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.012 | 1.012 | 1.012 | 1.012 | 1.012 | 1.012 | 100.0% | 1 | | total | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> duration | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.012597 Full duration: 8.17219 HINTS: * To plot HTML graphics with this data, run: rally task report 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 --out output.html * To generate a JUnit report, run: rally task export 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59 --json --out output.json 2018-05-24 19:07:09,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'results', '7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59'] 2018-05-24 19:07:10,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-05-24 19:07:10,200 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '7dd5b4c9-17d8-4014-8bc7-9717fc6e7c59', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-05-24 19:07:10,205 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-05-24 19:07:10,207 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:41 | 6 | 100.00% | | glance | 01:37 | 4 | 100.00% | | cinder | 02:33 | 10 | 100.00% | | heat | 00:57 | 4 | 100.00% | | keystone | 02:35 | 11 | 100.00% | | neutron | 04:03 | 11 | 100.00% | | nova | 05:17 | 9 | 100.00% | | quotas | 00:31 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:17 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-05-24 19:07:10,207 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% 2018-05-24 19:07:16,217 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 19:07:16,218 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 19:07:16,722 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 19:07:16,722 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 21:49 | PASS | +----------------------+------------------+------------------+----------------+ 2018-05-24 19:07:16,726 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-05-24 19:07:16,817 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 19:07:16,817 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 19:07:16,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 19:07:19,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 19:07:19.075 11191 INFO rally.deployment.engine [-] Deployment 9a8c8f97-1c96-463a-b53b-028122014c30 | Starting: Destroy cloud and free allocated resources. 2018-05-24 19:07:19.166 11191 INFO rally.deployment.engine [-] Deployment 9a8c8f97-1c96-463a-b53b-028122014c30 | Completed: Destroy cloud and free allocated resources. 2018-05-24 19:07:19.189 11191 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde). 2018-05-24 19:07:19.194 11191 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 19:07:21,914 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 19:07:21.654 11194 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=07a21eb5-95a9-4f99-98db-920e09de2a13) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 07a21eb5-95a9-4f99-98db-920e09de2a13 | 2018-05-24T19:07:21 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 07a21eb5-95a9-4f99-98db-920e09de2a13 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-24 19:07:25,255 - 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__ | nfv-orchestration | 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-05-24 19:07:25,255 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 19:07:27,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 19:07:27.276 11200 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=39fd1c5b-181b-47ed-95dd-5d0fce6afdde). 2018-05-24 19:07:27.411 11200 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 19:07:31,059 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-24 19:07:29.578 11203 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 19:07:29.728 11203 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 19:07:30.854 11203 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281) has been successfully created! Using verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281) as the default verifier for the future CLI operations. 2018-05-24 19:07:34,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-7ed6cb0d-c502-4b2f-a811-59a4b1256eca' 2018-05-24 19:07:34,952 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T19:07:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5da24845-ed18-4ddc-9e93-2f344c46bc48', u'provider:segmentation_id': 85, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'admin_state_up': True, u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T19:07:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 19:07:35,383 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T19:07:35Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'82a7ef95-694d-48a1-9323-7e377c2e9462', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'enable_dhcp': True, u'network_id': u'5da24845-ed18-4ddc-9e93-2f344c46bc48', u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T19:07:35Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 19:07:35,383 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 19:07:35,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-7ed6cb0d-c502-4b2f-a811-59a4b1256eca' 2018-05-24 19:07:37,241 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T19:07:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/f0c8bb8a-79a9-434b-8530-e6077831e7d3/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f0c8bb8a-79a9-434b-8530-e6077831e7d3', u'size': None, u'name': u'Cirros-0.4.0-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'checksum': None, u'self': u'/v2/images/f0c8bb8a-79a9-434b-8530-e6077831e7d3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T19:07:35Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 19:07:37,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-7ed6cb0d-c502-4b2f-a811-59a4b1256eca' 2018-05-24 19:07:38,023 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T19:07:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/9e32cb60-496c-4d74-b2e5-03693c1f8a21/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'9e32cb60-496c-4d74-b2e5-03693c1f8a21', u'size': None, u'name': u'Cirros-0.4.0-1-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', u'checksum': None, u'self': u'/v2/images/9e32cb60-496c-4d74-b2e5-03693c1f8a21', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T19:07:37Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 19:07:38,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 19:07:38,584 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'3a8eabde-c146-4e1e-8521-32b371696e62', 'swap': 0}) 2018-05-24 19:07:38,659 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-7ed6cb0d-c502-4b2f-a811-59a4b1256eca', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'6861bd72-d637-4832-ab4c-13f4cb91f485', 'swap': 0}) 2018-05-24 19:07:41,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 19:07:40.807 11222 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281) for deployment 'opnfv-rally' (UUID=07a21eb5-95a9-4f99-98db-920e09de2a13). 2018-05-24 19:07:41.500 11222 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281) has been successfully configured for deployment 'opnfv-rally' (UUID=07a21eb5-95a9-4f99-98db-920e09de2a13)! 2018-05-24 19:07:41,671 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 19:07:41,671 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 19:07:41,674 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 19:07:43,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack/tempest-list.txt']'. 2018-05-24 19:07:46,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:07:46.119 11234 INFO rally.api [-] Starting verification (UUID=1ff738c9-b792-4e95-a7d6-4c7543ff79c5) for deployment 'opnfv-rally' (UUID=07a21eb5-95a9-4f99-98db-920e09de2a13) by verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281). 2018-05-24 19:07:46,121 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1ff738c9-b792-4e95-a7d6-4c7543ff79c5 2018-05-24 19:07:56,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:07:56.155 11234 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.429s] 2018-05-24 19:07:56,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:07:56.230 11234 INFO opnfv-tempest [-] {4} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.074s] 2018-05-24 19:07:56,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:07:56.828 11234 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.990s] 2018-05-24 19:07:59,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:07:59.745 11234 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.916s] 2018-05-24 19:08:02,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:02.307 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [6.214s] 2018-05-24 19:08:04,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:04.704 11234 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.127s] 2018-05-24 19:08:04,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:04.912 11234 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.207s] 2018-05-24 19:08:05,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:05.219 11234 INFO opnfv-tempest [-] {4} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.306s] 2018-05-24 19:08:08,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:08.039 11234 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.730s] 2018-05-24 19:08:08,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:08.629 11234 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.589s] 2018-05-24 19:08:12,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:12.128 11234 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.237s] 2018-05-24 19:08:12,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:12.346 11234 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.218s] 2018-05-24 19:08:13,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:13.041 11234 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.694s] 2018-05-24 19:08:13,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:13.287 11234 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.245s] 2018-05-24 19:08:13,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:13.298 11234 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.077s] 2018-05-24 19:08:13,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:13.487 11234 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.201s] 2018-05-24 19:08:19,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:19.541 11234 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.240s] 2018-05-24 19:08:29,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:29.387 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.235s] 2018-05-24 19:08:29,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:29.625 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.238s] 2018-05-24 19:08:30,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:30.069 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.443s] 2018-05-24 19:08:30,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:30.400 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.330s] 2018-05-24 19:08:30,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:30.851 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.451s] 2018-05-24 19:08:30,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:30.926 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.074s] 2018-05-24 19:08:30,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:30.996 11234 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-05-24 19:08:31,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.000 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-05-24 19:08:31,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.008 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-05-24 19:08:31,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.070 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.070s] 2018-05-24 19:08:31,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.139 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-05-24 19:08:31,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.146 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.137s] 2018-05-24 19:08:31,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.157 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.012s] 2018-05-24 19:08:31,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.168 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-05-24 19:08:31,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.201 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.032s] 2018-05-24 19:08:31,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.217 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.078s] 2018-05-24 19:08:31,263 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.263 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-05-24 19:08:31,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.336 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.072s] 2018-05-24 19:08:31,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.373 11234 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.155s] 2018-05-24 19:08:31,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.513 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.175s] 2018-05-24 19:08:31,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.529 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.016s] 2018-05-24 19:08:31,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:31.607 11234 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.077s] 2018-05-24 19:08:32,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:32.496 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [30.180s] 2018-05-24 19:08:34,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:34.294 11234 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.997s] 2018-05-24 19:08:43,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:43.230 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.727s] 2018-05-24 19:08:48,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:48.330 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.098s] 2018-05-24 19:08:50,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:50.299 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.969s] 2018-05-24 19:08:50,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:50.353 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2018-05-24 19:08:50,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:50.544 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.190s] 2018-05-24 19:08:50,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:50.594 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.050s] 2018-05-24 19:08:50,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:08:50.637 11234 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-05-24 19:09:00,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:00.744 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.242s] 2018-05-24 19:09:00,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:00.748 11234 INFO opnfv-tempest [-] {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.189s] 2018-05-24 19:09:03,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:03.536 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.962s] 2018-05-24 19:09:08,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:08.069 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.532s] 2018-05-24 19:09:11,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:11.381 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.312s] 2018-05-24 19:09:11,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:11.455 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [10.711s] 2018-05-24 19:09:14,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:14.416 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [3.034s] 2018-05-24 19:09:16,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:16.585 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [2.169s] 2018-05-24 19:09:19,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:19.678 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.091s] 2018-05-24 19:09:22,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:22.881 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.203s] 2018-05-24 19:09:27,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:27.066 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.183s] 2018-05-24 19:09:30,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:30.487 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.421s] 2018-05-24 19:09:30,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:30.778 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.290s] 2018-05-24 19:09:30,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:30.893 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.114s] 2018-05-24 19:09:30,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:30.956 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2018-05-24 19:09:31,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:31.007 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.051s] 2018-05-24 19:09:31,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:31.228 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.221s] 2018-05-24 19:09:31,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:31.325 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.096s] 2018-05-24 19:09:31,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:31.524 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.198s] 2018-05-24 19:09:31,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:31.590 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.066s] 2018-05-24 19:09:34,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:34.616 11234 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.025s] 2018-05-24 19:09:46,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:46.970 11234 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [77.930s] 2018-05-24 19:09:51,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:09:51.845 11234 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [9.164s] 2018-05-24 19:10:02,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:02.122 11234 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [10.275s] 2018-05-24 19:10:12,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:12.896 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.426s] 2018-05-24 19:10:16,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:16.852 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.297s] 2018-05-24 19:10:17,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:17.176 11234 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.324s] 2018-05-24 19:10:28,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.283 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-05-24 19:10:28,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.291 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-05-24 19:10:28,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.477 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.185s] 2018-05-24 19:10:28,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.578 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.101s] 2018-05-24 19:10:28,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.606 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.027s] 2018-05-24 19:10:28,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.648 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.042s] 2018-05-24 19:10:28,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.695 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.046s] 2018-05-24 19:10:28,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.872 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.177s] 2018-05-24 19:10:28,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.910 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-05-24 19:10:28,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:10:28.954 11234 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.043s] 2018-05-24 19:11:01,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:01.576 11234 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.606s] 2018-05-24 19:11:30,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:30.594 11234 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.011s] 2018-05-24 19:11:39,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:39.073 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.404s] 2018-05-24 19:11:39,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:39.133 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.066s] 2018-05-24 19:11:39,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:39.345 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.211s] 2018-05-24 19:11:42,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:42.589 11234 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [218.972s] 2018-05-24 19:11:46,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:11:46.825 11234 INFO opnfv-tempest [-] {15} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [16.231s] 2018-05-24 19:12:06,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:06.710 11234 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.405s] 2018-05-24 19:12:11,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:11.143 11234 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [28.546s] 2018-05-24 19:12:15,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:15.705 11234 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.994s] 2018-05-24 19:12:22,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:22.552 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.146s] 2018-05-24 19:12:22,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:22.720 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.167s] 2018-05-24 19:12:22,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:22.890 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.170s] 2018-05-24 19:12:22,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:22.908 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.017s] 2018-05-24 19:12:23,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.056 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.147s] 2018-05-24 19:12:23,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.070 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-05-24 19:12:23,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.120 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.049s] 2018-05-24 19:12:23,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.310 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-05-24 19:12:23,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.319 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.009s] 2018-05-24 19:12:23,353 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.353 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.033s] 2018-05-24 19:12:23,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.515 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.161s] 2018-05-24 19:12:23,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.562 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.047s] 2018-05-24 19:12:23,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.603 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.041s] 2018-05-24 19:12:23,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.638 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-05-24 19:12:23,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:23.672 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.033s] 2018-05-24 19:12:24,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.094 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.421s] 2018-05-24 19:12:24,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.125 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-24 19:12:24,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.157 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-24 19:12:24,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.167 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-05-24 19:12:24,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.200 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-05-24 19:12:24,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.232 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-05-24 19:12:24,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.264 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.032s] 2018-05-24 19:12:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:24.431 11234 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.166s] 2018-05-24 19:12:27,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:12:27.514 11234 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.807s] 2018-05-24 19:14:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:14:46.737 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.382s] 2018-05-24 19:14:46,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:14:46.738 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-05-24 19:15:04,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:04.008 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.351s] 2018-05-24 19:15:04,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:04.207 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.199s] 2018-05-24 19:15:04,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:04.400 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.192s] 2018-05-24 19:15:04,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:04.816 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.416s] 2018-05-24 19:15:05,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:05.187 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.370s] 2018-05-24 19:15:05,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:05.554 11234 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.367s] 2018-05-24 19:15:11,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:11.991 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.650s] 2018-05-24 19:15:12,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:12.997 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.005s] 2018-05-24 19:15:15,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:15.329 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.328s] 2018-05-24 19:15:15,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:15.974 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.648s] 2018-05-24 19:15:17,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:17.578 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.602s] 2018-05-24 19:15:18,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:18.418 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.840s] 2018-05-24 19:15:20,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:20.012 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.590s] 2018-05-24 19:15:20,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:20.062 11234 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-05-24 19:15:22,769 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1ff738c9-b792-4e95-a7d6-4c7543ff79c5']'. 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1ff738c9-b792-4e95-a7d6-4c7543ff79c5 | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 19:07:46 | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 19:15:22 | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:07:36 | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 19:15:23,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: cd4d97f6-44df-43b2-8e6b-a29dee52b281) | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 07a21eb5-95a9-4f99-98db-920e09de2a13) | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 135 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 446.756 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 132 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 19:15:23,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 19:15:23,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 97.7777777778% 2018-05-24 19:15:29,927 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 19:15:29,928 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 07:56 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-05-24 19:15:29,931 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-05-24 19:15:29,932 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-05-24 19:15:30,025 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - cloud: 2018-05-24 19:15:30,025 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - domain: Default 2018-05-24 19:15:30,026 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 19:15:32,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 19:15:32.113 11332 INFO rally.deployment.engine [-] Deployment 07a21eb5-95a9-4f99-98db-920e09de2a13 | Starting: Destroy cloud and free allocated resources. 2018-05-24 19:15:32.215 11332 INFO rally.deployment.engine [-] Deployment 07a21eb5-95a9-4f99-98db-920e09de2a13 | Completed: Destroy cloud and free allocated resources. 2018-05-24 19:15:32.260 11332 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281) for deployment 'opnfv-rally'. 2018-05-24 19:15:32.279 11332 INFO rally.api [-] Deleting verification (UUID=1ff738c9-b792-4e95-a7d6-4c7543ff79c5). 2018-05-24 19:15:32.320 11332 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 19:15:32.320 11332 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281). 2018-05-24 19:15:32.329 11332 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 19:15:34,978 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 19:15:34.656 11335 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d724975-7da2-4231-8384-c0c330efd82a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d724975-7da2-4231-8384-c0c330efd82a | 2018-05-24T19:15:34 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d724975-7da2-4231-8384-c0c330efd82a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-24 19:15:38,269 - 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__ | nfv-orchestration | 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-05-24 19:15:38,270 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 19:15:40,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 19:15:40.301 11341 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=cd4d97f6-44df-43b2-8e6b-a29dee52b281). 2018-05-24 19:15:40.418 11341 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 19:15:43,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-24 19:15:42.534 11344 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 19:15:42.669 11344 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 19:15:43.543 11344 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) has been successfully created! Using verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) as the default verifier for the future CLI operations. 2018-05-24 19:15:46,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-fd57500a-fc55-4d44-b31c-7d98b25482db' 2018-05-24 19:15:47,247 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-05-24T19:15:47Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'10062961-c02f-4291-aa46-281b136df850', u'provider:segmentation_id': 41, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest-net-fd57500a-fc55-4d44-b31c-7d98b25482db', u'admin_state_up': True, u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T19:15:47Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 19:15:47,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-05-24T19:15:47Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.150.2', u'end': u'192.168.150.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.150.0/24', u'id': u'e84f3aa2-07fb-4d44-a9e9-0a2651296445', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest-subnet-fd57500a-fc55-4d44-b31c-7d98b25482db', u'enable_dhcp': True, u'network_id': u'10062961-c02f-4291-aa46-281b136df850', u'tenant_id': u'4bda776da9404cc8b763cf3f7846c6cd', u'created_at': u'2018-05-24T19:15:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.150.1', u'ip_version': 4, u'project_id': u'4bda776da9404cc8b763cf3f7846c6cd'}) 2018-05-24 19:15:47,841 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Creating two images for Tempest suite 2018-05-24 19:15:47,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-fd57500a-fc55-4d44-b31c-7d98b25482db' 2018-05-24 19:15:50,207 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-fd57500a-fc55-4d44-b31c-7d98b25482db', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T19:15:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8717cad2-b502-48df-94a0-24a031f03e1c/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8717cad2-b502-48df-94a0-24a031f03e1c', u'size': None, u'name': u'Cirros-0.4.0-fd57500a-fc55-4d44-b31c-7d98b25482db', u'checksum': None, u'self': u'/v2/images/8717cad2-b502-48df-94a0-24a031f03e1c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T19:15:48Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 19:15:50,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-fd57500a-fc55-4d44-b31c-7d98b25482db' 2018-05-24 19:15:51,081 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/Cirros-0.4.0-1-fd57500a-fc55-4d44-b31c-7d98b25482db', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-05-24T19:15:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/113716d4-2940-41d5-9d4a-f37d4fe9b238/file', u'owner': u'4bda776da9404cc8b763cf3f7846c6cd', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'113716d4-2940-41d5-9d4a-f37d4fe9b238', u'size': None, u'name': u'Cirros-0.4.0-1-fd57500a-fc55-4d44-b31c-7d98b25482db', u'checksum': None, u'self': u'/v2/images/113716d4-2940-41d5-9d4a-f37d4fe9b238', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-05-24T19:15:50Z', u'schema': u'/v2/schemas/image'}) 2018-05-24 19:15:51,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 19:15:51,283 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor-fd57500a-fc55-4d44-b31c-7d98b25482db', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'370a2c01-42a9-46c7-ab9f-dc356d5c92ad', 'swap': 0}) 2018-05-24 19:15:51,353 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'opnfv_flavor_1-fd57500a-fc55-4d44-b31c-7d98b25482db', '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'4bda776da9404cc8b763cf3f7846c6cd', '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'da2f7034-a54c-4b3f-a80c-e16051590e69', 'swap': 0}) 2018-05-24 19:15:54,408 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 19:15:53.512 11363 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) for deployment 'opnfv-rally' (UUID=1d724975-7da2-4231-8384-c0c330efd82a). 2018-05-24 19:15:54.194 11363 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) has been successfully configured for deployment 'opnfv-rally' (UUID=1d724975-7da2-4231-8384-c0c330efd82a)! 2018-05-24 19:15:54,408 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-05-24 19:15:54,408 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-05-24 19:15:54,411 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-05-24 19:15:54,423 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-05-24 19:15:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/tempest-list.txt 2>/dev/null) 2018-05-24 19:15:57,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/tempest-list.txt']'. 2018-05-24 19:15:59,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 19:15:59.806 11372 INFO rally.api [-] Starting verification (UUID=68bbcd88-7100-4fb1-9156-2d59d1eea5ae) for deployment 'opnfv-rally' (UUID=1d724975-7da2-4231-8384-c0c330efd82a) by verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8). 2018-05-24 19:15:59,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 68bbcd88-7100-4fb1-9156-2d59d1eea5ae 2018-05-24 19:18:34,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '68bbcd88-7100-4fb1-9156-2d59d1eea5ae']'. 2018-05-24 19:18:35,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 68bbcd88-7100-4fb1-9156-2d59d1eea5ae | 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 19:15:59 | 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 19:18:34 | 2018-05-24 19:18:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:35 | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1d724975-7da2-4231-8384-c0c330efd82a) | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 146.576 | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-05-24 19:18:35,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 19:18:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 19:18:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-05-24 19:18:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 19:18:35,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 19:18:35,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-05-24 19:18:40,633 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 19:18:40,634 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 19:18:40,637 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-05-24 19:18:58,330 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-05-24 19:18:58,330 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-05-24 19:18:58,360 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-05-24 19:18:58,473 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 19:18:58,474 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:17 | PASS | +-------------------+------------------+------------------+----------------+ 2018-05-24 19:18:58,478 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-05-24 19:18:59,389 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata 'None' 2018-05-24 20:20:48,475 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 20:20:48,476 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 61:49 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-05-24 20:20:48,480 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-05-24 20:20:48,480 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-05-24 20:20:48,571 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-05-24 20:20:51,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-05-24 20:20:50.599 11530 INFO rally.deployment.engine [-] Deployment 1d724975-7da2-4231-8384-c0c330efd82a | Starting: Destroy cloud and free allocated resources. 2018-05-24 20:20:50.704 11530 INFO rally.deployment.engine [-] Deployment 1d724975-7da2-4231-8384-c0c330efd82a | Completed: Destroy cloud and free allocated resources. 2018-05-24 20:20:50.766 11530 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8) for deployment 'opnfv-rally'. 2018-05-24 20:20:50.799 11530 INFO rally.api [-] Deleting verification (UUID=68bbcd88-7100-4fb1-9156-2d59d1eea5ae). 2018-05-24 20:20:50.846 11530 INFO rally.api [-] Verification has been successfully deleted! 2018-05-24 20:20:50.847 11530 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8). 2018-05-24 20:20:50.860 11530 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-05-24 20:20:53,617 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-05-24 20:20:53.314 11533 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1f0e348e-5815-4b38-b5fd-760b2cec699a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1f0e348e-5815-4b38-b5fd-760b2cec699a | 2018-05-24T20:20:53 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1f0e348e-5815-4b38-b5fd-760b2cec699a ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-05-24 20:20:56,990 - 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__ | nfv-orchestration | 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-05-24 20:20:56,991 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-05-24 20:20:59,356 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-05-24 20:20:59.107 11539 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=8a9fa6ce-6286-42c0-8010-30b6f0b2f4d8). 2018-05-24 20:20:59.237 11539 INFO rally.api [-] Verifier has been successfully deleted! 2018-05-24 20:21:02,838 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-05-24 20:21:01.447 11542 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-05-24 20:21:01.632 11542 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-05-24 20:21:02.609 11542 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae9c60d9-fc17-4b26-b684-fb1a312e3038) has been successfully created! Using verifier 'opnfv-tempest' (UUID=ae9c60d9-fc17-4b26-b684-fb1a312e3038) as the default verifier for the future CLI operations. 2018-05-24 20:21:05,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating network with name: 'tempest-net-c5277085-9285-4c76-8d8b-c058543a0436' 2018-05-24 20:21:07,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-c5277085-9285-4c76-8d8b-c058543a0436' 2018-05-24 20:21:09,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating image with name: 'Cirros-0.4.0-1-c5277085-9285-4c76-8d8b-c058543a0436' 2018-05-24 20:21:10,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Creating two flavors for Tempest suite 2018-05-24 20:21:13,681 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-05-24 20:21:12.846 11561 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ae9c60d9-fc17-4b26-b684-fb1a312e3038) for deployment 'opnfv-rally' (UUID=1f0e348e-5815-4b38-b5fd-760b2cec699a). 2018-05-24 20:21:13.512 11561 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ae9c60d9-fc17-4b26-b684-fb1a312e3038) has been successfully configured for deployment 'opnfv-rally' (UUID=1f0e348e-5815-4b38-b5fd-760b2cec699a)! 2018-05-24 20:21:16,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ae9c60d9-fc17-4b26-b684-fb1a312e3038/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-05-24 20:21:16,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-05-24 20:21:18,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-05-24 20:21:18.639 11570 INFO rally.api [-] Starting verification (UUID=131ec519-5a87-4915-a542-704ec6d0e6a5) for deployment 'opnfv-rally' (UUID=1f0e348e-5815-4b38-b5fd-760b2cec699a) by verifier 'opnfv-tempest' (UUID=ae9c60d9-fc17-4b26-b684-fb1a312e3038). 2018-05-24 20:24:20,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '131ec519-5a87-4915-a542-704ec6d0e6a5']'. 2018-05-24 20:24:21,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-05-24 20:24:21,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 131ec519-5a87-4915-a542-704ec6d0e6a5 | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-05-24 20:21:18 | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-05-24 20:24:19 | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:03:01 | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-05-24 20:24:21,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ae9c60d9-fc17-4b26-b684-fb1a312e3038) | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1f0e348e-5815-4b38-b5fd-760b2cec699a) | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 167.808 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-05-24 20:24:21,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-05-24 20:24:21,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-05-24 20:24:21,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 97.6744186047% 2018-05-24 20:24:25,089 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 20:24:25,089 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 03:19 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-05-24 20:24:25,094 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-05-24 20:24:25,094 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 07:27 | PASS | | vping_userdata | functest | smoke | 08:18 | FAIL | | tempest_smoke_serial | functest | smoke | 11:44 | PASS | | rally_sanity | functest | smoke | 21:49 | PASS | | refstack_defcore | functest | smoke | 07:56 | FAIL | | patrole | functest | smoke | 02:54 | PASS | | odl | functest | smoke | 00:17 | PASS | | snaps_smoke | functest | smoke | 61:49 | FAIL | | neutron_trunk | functest | smoke | 03:19 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-05-24 20:24:25,101 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-24 20:25:06,308 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 20:25:06,310 - 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=Wrdxd4JPDyUKtrQcn9kFDk3u6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-24 20:25:06,310 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 20:25:06,310 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-24 20:25:06,311 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-05-24 20:25:06,312 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-05-24 20:27:42,914 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 20:27:42,916 - 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=Wrdxd4JPDyUKtrQcn9kFDk3u6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-24 20:27:42,916 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 20:27:42,917 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-05-24 20:27:42,917 - xtesting.ci.run_tests - INFO - Running tier 'vnf' 2018-05-24 20:27:42,917 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-05-24 20:27:43,262 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-24 20:27:43,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'm1.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo122', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-05-24 20:27:43,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Images needed for vIMS: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'ubuntu_14.04': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-05-24 20:27:43,680 - xtesting.energy.energy - INFO - API recorder available at : http://energy.opnfv.fr/resources/recorders/environment/lf-pod1 2018-05-24 20:27:43,680 - xtesting.energy.energy - DEBUG - Getting current scenario 2018-05-24 20:27:44,127 - xtesting.energy.energy - DEBUG - Starting recording 2018-05-24 20:27:44,127 - xtesting.energy.energy - DEBUG - Submitting scenario (cloudify_ims/running) 2018-05-24 20:27:44,514 - functest.core.vnf - INFO - Prepare VNF: cloudify_ims, description: Created by OPNFV Functest: cloudify_ims 2018-05-24 20:27:47,187 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=cloudify_ims-f5600f42-6153-44ae-a631-0631fb34a0fb, password=ce4c2a01-34bb-4b52-a351-5e6c53092bc9, auth_url=http://172.30.9.25:5000/v3, project_name=cloudify_ims-f5600f42-6153-44ae-a631-0631fb34a0fb, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-24 20:27:47,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Additional pre-configuration steps 2018-05-24 20:27:48,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload some OS images if it doesn't exist 2018-05-24 20:27:48,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-24 20:29:16,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - image: ubuntu_14.04, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-24 20:29:23,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating keypair ... 2018-05-24 20:29:24,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating full network ... 2018-05-24 20:29:30,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating security group for cloudify manager vm 2018-05-24 20:29:32,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Get or create flavor for cloudify manager vm ... 2018-05-24 20:29:33,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Creating cloudify manager VM 2018-05-24 20:32:23,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'ce4c2a01-34bb-4b52-a351-5e6c53092bc9', 'keystone_tenant_name': 'cloudify_ims-f5600f42-6153-44ae-a631-0631fb34a0fb', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.25:5000', 'user_domain_name': 'Default', 'keystone_username': 'cloudify_ims-f5600f42-6153-44ae-a631-0631fb34a0fb', 'project_domain_name': 'Default'} 2018-05-24 20:32:23,939 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Attemps running status of the Manager 2018-05-24 20:34:31,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:37:08,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:39:45,904 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:42:23,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:45:00,528 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:47:37,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:50:15,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:52:52,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:55:29,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:58:06,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 20:58:36,990 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 267, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-05-24 20:58:36,992 - xtesting.energy.energy - DEBUG - Restoring previous scenario (default/default) 2018-05-24 20:58:36,992 - xtesting.energy.energy - DEBUG - Submitting scenario (default/default) 2018-05-24 20:58:37,534 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 20:58:37,535 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 30:52 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-24 20:58:37,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-05-24 21:00:44,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 397, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.202', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=clearwater-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-05-24 21:00:44,787 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 21:01:05,604 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-05-24 21:01:05,604 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-05-24 21:01:05,718 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-24 21:01:06,112 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-05-24 21:01:06,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-05-24 21:01:06,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'm1.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-05-24 21:01:06,145 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-05-24 21:01:06,168 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-05-24 21:01:06,168 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-05-24 21:01:08,966 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-761afb95-0846-49ce-aec8-72237c3cc5ba, password=c68ff7fb-cfde-4e67-b96d-2efda0b4e75b, auth_url=http://172.30.9.25:5000/v3, project_name=vyos_vrouter-761afb95-0846-49ce-aec8-72237c3cc5ba, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-24 21:01:08,966 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-05-24 21:01:08,966 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-05-24 21:01:08,967 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-05-24 21:02:36,095 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-05-24 21:02:46,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-05-24 21:02:47,651 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-05-24 21:02:54,235 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-05-24 21:02:56,074 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-05-24 21:02:56,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-05-24 21:05:48,446 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Attemps running status of the Manager 2018-05-24 21:07:55,760 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:10:33,072 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:13:10,384 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:15:47,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:18:24,752 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:21:02,064 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:23:39,376 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:26:16,688 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:28:54,000 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:31:31,312 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Cloudify Manager isn't up and running. Retrying ... 2018-05-24 21:32:01,342 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 274, in deploy_orchestrator raise Exception("Cloudify Manager isn't up and running") Exception: Cloudify Manager isn't up and running 2018-05-24 21:32:01,457 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 21:32:01,457 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 30:55 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-05-24 21:32:01,461 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-05-24 21:34:08,752 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 411, in clean exec_list = cfy_client.executions.list(dep_name) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/executions.py", line 125, in list response = self.api.get(uri, params=params, _include=_include) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 229, in get timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 211, in do_request verify=self.get_request_verify(), timeout=timeout) File "/usr/lib/python2.7/site-packages/cloudify_rest_client/client.py", line 141, in _do_request timeout=timeout) File "/usr/lib/python2.7/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 504, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='172.30.9.204', port=80): Max retries exceeded with url: /api/v3/executions?_include_system_workflows=False&deployment_id=vrouter-opnfv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) 2018-05-24 21:34:08,752 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 21:34:30,833 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-05-24 21:34:30,833 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-05-24 21:34:30,924 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-05-24 21:34:30,943 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-05-24 21:34:30,943 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-05-24 21:34:33,704 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-d05cb4e7-b47b-4dc1-a974-9cb168eb9292, password=8a7e1f53-c3df-4844-992d-f72857028234, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-d05cb4e7-b47b-4dc1-a974-9cb168eb9292, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-24 21:34:33,705 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | DEPLOY_SCENARIO | os-odl-nofeature-noha | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | SDN_CONTROLLER_IP | 192.30.9.7 | | ENERGY_RECORDER_API_PASSWORD | | | INSTALLER_TYPE | apex | | NAMESERVER | 8.8.8.8 | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NODE_NAME | lf-pod1 | | VOLUME_DEVICE_NAME | vdb | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 21:34:34,071 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-05-24 21:34:35,207 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-05-24 21:34:35,208 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-05-24 21:34:36,843 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=a03f5c18-9942-4098-aad5-083543dc1c4f, auth_url=http://172.30.9.25:5000/v3, project_name=juju_epc-d05cb4e7-b47b-4dc1-a974-9cb168eb9292, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-05-24 21:34:36,941 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-05-24 21:34:36,942 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-05-24 21:34:36,942 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-05-24 21:34:39,632 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-05-24 21:34:43,869 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-05-24 21:34:44,408 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-05-24 21:34:44,420 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-05-24 21:34:44,420 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-05-24 21:34:52,403 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i d125faa2-ad75-4dcc-95ff-f1091b25ac66 -s trusty -r regionOne -u http://172.30.9.25:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-24 21:34:52,404 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-05-24 21:35:00,216 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i c9719da3-c745-4608-aa1d-1d63c88aa9c4 -s xenial -r regionOne -u http://172.30.9.25:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-05-24 21:35:00,217 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : b8713b45-08a5-4ed3-8cbc-ad29e4f752af 2018-05-24 21:35:00,217 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-05-24 21:59:29,343 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=b8713b45-08a5-4ed3-8cbc-ad29e4f752af', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 21:35:00 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 21:35:00 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=b8713b45-08a5-4ed3-8cbc-ad29e4f752af", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 21:35:00 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 21:35:00 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:b8713b45-08a5-4ed3-8cbc-ad29e4f752af external-network:] 21:35:00 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 21:35:00 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[max-status-history-size:5G agent-metadata-url: image-stream:released logging-config: default-series:xenial use-floating-ip:true max-status-history-age:336h apt-ftp-proxy: provisioner-harvest-mode:destroyed http-proxy: image-metadata-url: use-default-secgroup:true apt-mirror: agent-stream:released network:b8713b45-08a5-4ed3-8cbc-ad29e4f752af firewall-mode:instance apt-https-proxy: ignore-machine-addresses:false resource-tags: update-status-hook-interval:5m https-proxy: enable-os-upgrade:true enable-os-refresh-update:true proxy-ssh:false logforward-enabled:false transmit-vendor-metrics:true net-bond-reconfigure-delay:17 ftp-proxy: max-action-results-age:336h authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDahZHYgPh6QuOvy+1Jznqcd16cW71dJ+9Zm2ZpDK9WQ9LvnyPvy9uIxrfNJLHTTTvw+i2j67i2j1nxkvsqLySe+CFRb/lKVB2yAyi4v02OkF5WTiAHkLyuSfVsXQzzXoxWhcpflpAB2i6WYUg6s5mHeHU/232fAI/U7fv9a6Da91oyTjmcjlSZnDOKNKYtt7UNEYsMJxlRlXwPcAp6WFCM7UDnQR8aejcGtxxATG2bzvCTQ1/rpyhrMbQOFo4oDZmoGGnVd9lyENHbewg76hY5jznft+AiZDjdvlhcOOnfQ2wTOWd7VjV3onHnit9bz/8zAQ+mAKwoIx13YoObMlZH juju-client-key max-action-results-size:5G development:false name:controller no-proxy:127.0.0.1,localhost,::1 disable-network-management:false type:openstack apt-no-proxy: uuid:732dea5c-e636-446a-8ccb-885cb1702544 external-network: ssl-hostname-verification:false apt-http-proxy: test-mode:false automatically-retry-hooks:true] 21:35:00 INFO juju.provider.openstack provider.go:144 opening model "controller" 21:35:00 DEBUG goose :1 auth details: &{Token:gAAAAABbBzAESYD8o0V7Go33fQdjJo3B_sckuiHAev-JPXNN9LclBMsxwvSSFJHUWKY3xMUIZPtOw_GBwy-iFnfYvjG0VuTiQVsYuKA-_yDd67lbGT4Wo5tIFuWbYZewTqySukR-9zCEDCvzf9Woz3nRIu4rIOe9Owhutk8IrHLrdHXwIhDRzJM TenantId:f14a276761d04ed08546d78c918f02c5 UserId:9b5eb836160c43f99cee9c02766d7786 Domain: RegionServiceURLs:map[regionOne:map[volumev2:http://172.30.9.25:8776/v2/f14a276761d04ed08546d78c918f02c5 image:http://172.30.9.25:9292 metric:http://172.30.9.25:8041 volumev3:http://172.30.9.25:8776/v3/f14a276761d04ed08546d78c918f02c5 nfv-orchestration:http://172.30.9.25:9890 policy:http://172.30.9.25:1789 network:http://172.30.9.25:9696 alarming:http://172.30.9.25:8042 key-manager:http://172.30.9.25:9311 volume:http://172.30.9.25:8776/v1/f14a276761d04ed08546d78c918f02c5 compute:http://172.30.9.25:8774/v2.1 cloudformation:http://172.30.9.25:8000/v1 orchestration:http://172.30.9.25:8004/v1/f14a276761d04ed08546d78c918f02c5 identity:http://172.30.9.25:5000 placement:http://172.30.9.25:8778/placement]]} 21:35:01 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 21:35:01 DEBUG goose :1 performing API version discovery for "http://172.30.9.25:8774/" 21:35:01 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.25:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.25:8774/v2.1/ Rel:self}] Status:CURRENT}] 21:35:01 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 21:35:01 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 21:35:01 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 21:35:01 INFO cmd bootstrap.go:233 Loading image metadata 21:35:01 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 21:35:01 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 21:35:01 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.25:5000/v3} [wily zesty win81 genericlinux saucy trusty win2012hvr2 win2012 win8 win2012hv win2016hv precise win10 centos7 raring win2012r2 win2016 opensuseleap quantal vivid xenial yakkety win2008r2 utopic win2016nano win7] [amd64 i386 armhf arm64 ppc64el s390x] released}} 21:35:01 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 21:35:03 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 21:35:04 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.25:5000/v3} not found 21:35:04 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.25:5000/v3} not found 21:35:04 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 21:35:04 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 21:35:04 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 21:35:04 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 21:35:04 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 21:35:04 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 21:35:04 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 21:35:04 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 21:35:04 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 21:35:05 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 21:35:08 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 21:35:08 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 21:35:08 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 21:35:08 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:c9719da3-c745-4608-aa1d-1d63c88aa9c4 Arch:amd64 VirtType:}] 21:35:08 INFO juju.environs.instances image.go:106 find instance - using image with id: c9719da3-c745-4608-aa1d-1d63c88aa9c4 21:35:08 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 21:35:08 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 21:35:08 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2491 bytes 21:35:08 DEBUG juju.provider.openstack provider.go:1022 using network id "b8713b45-08a5-4ed3-8cbc-ad29e4f752af" 21:35:08 DEBUG goose :1 performing API version discovery for "http://172.30.9.25:9696/" 21:35:08 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.25:9696/v2.0/ Rel:self}] Status:CURRENT}] 21:35:11 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 11 - instance "002f30f8-c6d4-44c0-b0df-799759f13297" has status BUILD, wait 10 seconds before retry, attempt 12 21:37:18 INFO juju.provider.openstack provider.go:1189 started instance "002f30f8-c6d4-44c0-b0df-799759f13297" 21:37:18 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 21:37:20 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.204 21:37:20 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.204 - 002f30f8-c6d4-44c0-b0df-799759f13297 (arch=amd64 mem=2G cores=1) 21:37:22 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 21:37:22 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 21:37:22 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 21:37:25 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 21:37:25 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 21:37:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 Attempting to connect to 172.30.9.204:22 Attempting to connect to 172.16.0.8:22 21:37:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:37:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:37:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:37:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:38:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:38:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:39:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:39:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:39:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:40:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:40:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:40:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:40:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:40 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:40:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:50 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:55 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:40:56 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:20 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:25 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:26 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:30 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:45 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:41:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:41:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:41:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:42:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:42:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:43:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:43:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:44:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:44:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:44:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:45:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:45:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:06 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:46:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:46 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:46:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:46:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:47:56 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:47:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:48:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:48:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:48:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:49:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:49:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:16 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:33 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:50:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:50:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:50:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:51:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:51:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:41 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:52:46 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:51 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:52:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:52:56 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:01 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:06 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:11 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:16 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:26 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:53:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:53:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:54:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:54:58 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:55:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:55:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:55:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:25 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:27 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:32 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:35 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:37 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:42 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:45 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:47 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:52 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:56:55 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:56:57 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:57:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:57:05 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:57:07 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:57:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:57:12 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:57:15 DEBUG juju.provider.openstack provider.go:414 instance 002f30f8-c6d4-44c0-b0df-799759f13297 has floating IP address: 172.30.9.204 21:57:17 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:57:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.8 failed: ssh: connect to host 172.16.0.8 port 22: Connection refused 21:59:22 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.204 failed: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:59:22 ERROR juju.cmd.juju.commands bootstrap.go:496 failed to bootstrap model: waited for 20m0s without being able to connect: ssh: connect to host 172.30.9.204 port 22: Operation timed out 21:59:22 DEBUG juju.cmd.juju.commands bootstrap.go:497 (error details: [{github.com/juju/juju/cmd/juju/commands/bootstrap.go:588: failed to bootstrap model} {waited for 20m0s without being able to connect: ssh: connect to host 172.30.9.204 port 22: Operation timed out}]) 21:59:22 DEBUG juju.cmd.juju.commands bootstrap.go:1095 cleaning up after failed bootstrap 21:59:22 INFO juju.provider.common destroy.go:20 destroying model "controller" 21:59:22 INFO juju.provider.common destroy.go:31 destroying instances 21:59:25 DEBUG juju.provider.openstack provider.go:1231 terminating instances [002f30f8-c6d4-44c0-b0df-799759f13297] 21:59:25 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-8ef6428b-7939-4f82-89fa-3e55ee7ffb98-732dea5c-e636-446a-8ccb-885cb1702544-0" 21:59:27 INFO juju.provider.common destroy.go:51 destroying storage 21:59:27 DEBUG juju.provider.openstack cinder.go:81 volume URL: http://172.30.9.25:8776/v2/f14a276761d04ed08546d78c918f02c5 21:59:28 DEBUG juju.provider.openstack firewaller.go:297 deleting security group "juju-8ef6428b-7939-4f82-89fa-3e55ee7ffb98-732dea5c-e636-446a-8ccb-885cb1702544" 21:59:29 INFO cmd supercommand.go:465 command finished 2018-05-24 21:59:29,458 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-05-24 21:59:29,458 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 24:58 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-05-24 21:59:29,550 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". 2018-05-24 21:59:29,551 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS object .. 2018-05-24 21:59:29,551 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-05-24 21:59:37,572 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-05-24 21:59:37,573 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 30:52 | FAIL | | vyos_vrouter | functest | vnf | 30:55 | FAIL | | juju_epc | functest | vnf | 24:58 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-05-24 21:59:37,576 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-05-24 21:59:50,093 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-147 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-05-24 21:59:50,096 - 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=Wrdxd4JPDyUKtrQcn9kFDk3u6 export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.25,192.30.9.7 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25: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.7 export OS_REGION_NAME=regionOne 2018-05-24 21:59:50,096 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-05-24 21:59:50,096 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-05-24 21:59:50,096 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-05-24 21:59:50,098 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK